diff --git a/laravel/input.php b/laravel/input.php index 4c3682a4..8cc31de7 100644 --- a/laravel/input.php +++ b/laravel/input.php @@ -123,7 +123,7 @@ public static function old($key = null, $default = null) { if (Config::get('session.driver') == '') { - throw new \UnexpectedValueException('A session driver must be specified in order to access old input.'); + throw new \UnexpectedValueException('A session driver must be specified to access old input.'); } $old = IoC::core('session')->get(Input::old_input, array());