Another cs fix

This commit is contained in:
Graham Campbell 2015-12-24 17:53:14 +00:00
parent 41af00603d
commit 43fa00ae1d

View File

@ -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__.'/../'));
/*
|--------------------------------------------------------------------------