Skip to content

Commit 5a98532

Browse files
author
Steve Porter
committed
doc: fix docs
1 parent 67c2de3 commit 5a98532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

88
Table of contents
99
-----------------
@@ -40,7 +40,7 @@ $app->register(DesignMyNight\Laravel\RecursiveCollectionServiceProvider::class);
4040
Example
4141
------------
4242

43-
```
43+
```php
4444
$data = [
4545
[
4646
'name' => 'John Doe',

0 commit comments

Comments
 (0)