diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 3dc6b568..7e5ef2bc 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -67,7 +67,7 @@ - Allow a `starter` Closure to be defined in `bundles.php` to be run on Bundle::start. - Allow the registration of custom database drivers. - New, driver based authentication system. -- Added Request::json() method for working with applications using Backbone.js or similar. +- Added Input::json() method for working with applications using Backbone.js or similar. ## Upgrading From 3.1