Updated config after upgrade to Laravel 5.2

This commit is contained in:
James Cole
2016-01-08 15:59:30 +01:00
parent 013e16e15f
commit 9b03e6b124

4
bootstrap/autoload.php Normal file → Executable file
View File

@@ -14,7 +14,7 @@ define('LARAVEL_START', microtime(true));
| |
*/ */
require __DIR__ . '/../vendor/autoload.php'; require __DIR__.'/../vendor/autoload.php';
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@@ -27,7 +27,7 @@ require __DIR__ . '/../vendor/autoload.php';
| |
*/ */
$compiledPath = __DIR__ . '/cache/compiled.php'; $compiledPath = __DIR__.'/cache/compiled.php';
if (file_exists($compiledPath)) { if (file_exists($compiledPath)) {
require $compiledPath; require $compiledPath;