lower rounds

This commit is contained in:
Taylor Otwell 2017-12-19 08:16:00 -06:00
parent c5a5069ac4
commit 4bfb164c26

View File

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