diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php index ecfe637d8..396370042 100644 --- a/tests/CreatesApplication.php +++ b/tests/CreatesApplication.php @@ -17,7 +17,7 @@ trait CreatesApplication $app = require __DIR__.'/../bootstrap/app.php'; $app->make(Kernel::class)->bootstrap(); - + Hash::setRounds(5); return $app;