diff --git a/application/start.php b/application/start.php index 06649bf6..6bb648b3 100755 --- a/application/start.php +++ b/application/start.php @@ -170,4 +170,4 @@ date_default_timezone_set(Config::get('application.timezone')); if ( ! Request::cli() and Config::get('session.driver') !== '') { Session::load(); -} +} \ No newline at end of file diff --git a/laravel/cache.php b/laravel/cache.php index 723aa6eb..28e25eb6 100644 --- a/laravel/cache.php +++ b/laravel/cache.php @@ -1,4 +1,4 @@ -