diff --git a/bootstrap/app.php b/bootstrap/app.php index a8f113dd..524cdccf 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -9,9 +9,7 @@ * file that was distributed with this source code. */ -$app = new Illuminate\Foundation\Application( - realpath(__DIR__.'/../') -); +$app = new Illuminate\Foundation\Application(realpath(__DIR__.'/../')); /* |--------------------------------------------------------------------------