Apply fixes from StyleCI (#501)
This commit is contained in:
parent
0111ca7768
commit
ce2b2447d0
10 changed files with 19 additions and 19 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue