Update CreatesApplication.php

This commit is contained in:
Laurence Ioannou 2017-12-19 11:47:10 +00:00 committed by GitHub
parent c1166f3734
commit a8407fdb54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public function createApplication()
$app = require __DIR__.'/../bootstrap/app.php';
$app->make(Kernel::class)->bootstrap();
Hash::setRounds(5);
return $app;