lower rounds
This commit is contained in:
parent
c5a5069ac4
commit
4bfb164c26
|
@ -18,7 +18,7 @@ public function createApplication()
|
|||
|
||||
$app->make(Kernel::class)->bootstrap();
|
||||
|
||||
Hash::setRounds(5);
|
||||
Hash::setRounds(4);
|
||||
|
||||
return $app;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue