File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Laravel Recursive Collection
33
44[ ![ Latest Stable Version] ( http://img.shields.io/github/release/designmynight/laravel-recursive-collection.svg )] ( https://packagist.org/packages/designmynight/laravel-recursive-collection ) [ ![ Total Downloads] ( http://img.shields.io/packagist/dm/designmynight/laravel-recursive-collection.svg )] ( https://packagist.org/packages/designmynight/laravel-recursive-collection )
55
6- A service provider to add support for for converting nested arrays and associve arrays into laravel collections
6+ A service provider to add support for for converting nested arrays and associative arrays into laravel collections
77
88Table of contents
99-----------------
@@ -40,7 +40,7 @@ $app->register(DesignMyNight\Laravel\RecursiveCollectionServiceProvider::class);
4040Example
4141------------
4242
43- ```
43+ ``` php
4444$data = [
4545 [
4646 'name' => 'John Doe',
You can’t perform that action at this time.
0 commit comments