From 43fa00ae1de2212c3db2970fcefb8e40a4ae134e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 24 Dec 2015 17:53:14 +0000 Subject: [PATCH] Another cs fix --- bootstrap/app.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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__.'/../')); /* |--------------------------------------------------------------------------