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

View File

@@ -17,7 +17,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(5); Hash::setRounds(5);
return $app; return $app;