|
|
@ -16,6 +16,7 @@ trait CreatesApplication |
|
|
$app = require __DIR__.'/../bootstrap/app.php'; |
|
|
$app = require __DIR__.'/../bootstrap/app.php'; |
|
|
|
|
|
|
|
|
$app->make(Kernel::class)->bootstrap(); |
|
|
$app->make(Kernel::class)->bootstrap(); |
|
|
|
|
|
\Hash::setRounds(4); |
|
|
|
|
|
|
|
|
return $app; |
|
|
return $app; |
|
|
} |
|
|
} |
|
|
|