|
@@ -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();
|
|
|
+$response->send();
|