We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a5069 commit 4bfb164Copy full SHA for 4bfb164
tests/CreatesApplication.php
@@ -18,7 +18,7 @@ public function createApplication()
18
19
$app->make(Kernel::class)->bootstrap();
20
21
- Hash::setRounds(5);
+ Hash::setRounds(4);
22
23
return $app;
24
}
0 commit comments