added getCollection method that returns a Illuminate\Support\Collection object - useful for using the mapping functions

This commit is contained in:
William Knauss
2018-03-19 12:24:40 -04:00
committed by Fonata
parent f24e5bf3a3
commit 406e1e415f
2 changed files with 36 additions and 10 deletions

View File

@@ -26,5 +26,8 @@
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
},
"suggest": {
"illuminate/support": "Fluent array interface for map functions"
}
}