Apply fixes from StyleCI (#501)

This commit is contained in:
Dane Everitt 2017-06-17 20:52:32 -05:00 committed by GitHub
parent 0111ca7768
commit ce2b2447d0
10 changed files with 19 additions and 19 deletions

View file

@ -13,7 +13,7 @@ trait CreatesApplication
*/
public function createApplication()
{
$app = require __DIR__.'/../bootstrap/app.php';
$app = require __DIR__ . '/../bootstrap/app.php';
$app->make(Kernel::class)->bootstrap();