lower rounds

This commit is contained in:
Taylor Otwell 2017-12-19 08:16:00 -06:00
parent c5a5069ac4
commit 4bfb164c26
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public function createApplication()
$app->make(Kernel::class)->bootstrap();
Hash::setRounds(5);
Hash::setRounds(4);
return $app;
}