Update CreatesApplication.php
This commit is contained in:
parent
c1166f3734
commit
a8407fdb54
|
@ -17,7 +17,7 @@ public function createApplication()
|
|||
$app = require __DIR__.'/../bootstrap/app.php';
|
||||
|
||||
$app->make(Kernel::class)->bootstrap();
|
||||
|
||||
|
||||
Hash::setRounds(5);
|
||||
|
||||
return $app;
|
||||
|
|
Loading…
Reference in New Issue