added array access to session::Get

This commit is contained in:
Taylor Otwell
2011-12-10 21:56:42 -06:00
parent a6c0407ebb
commit ff5b6315bc
2 changed files with 13 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
## Version 2.0.5
- Feature: Added array access to session::get.
- Fix: Remove orderings before running pagination queries.
- Fix: Session flush now correctly prepares empty data.
- Fix: DB::raw now works on Eloquent properties.