diff --git a/public/index.php b/public/index.php index 7ecf345f..673b7b0c 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ * Laravel - A clean and classy framework for PHP web development. * * @package Laravel - * @version 1.1.0 + * @version 1.1.1 * @author Taylor Otwell * @license MIT License * @link http://laravel.com @@ -134,4 +134,4 @@ if (System\Config::get('session.driver') != '') // -------------------------------------------------------------- // Send the response to the browser. // -------------------------------------------------------------- -$response->send(); \ No newline at end of file +$response->send();