Skip to content

Commit 4bfb164

Browse files
committed
lower rounds
1 parent c5a5069 commit 4bfb164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CreatesApplication.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function createApplication()
1818

1919
$app->make(Kernel::class)->bootstrap();
2020

21-
Hash::setRounds(5);
21+
Hash::setRounds(4);
2222

2323
return $app;
2424
}

0 commit comments

Comments
 (0)