set rounds

This commit is contained in:
Taylor Otwell 2017-12-19 08:17:01 -06:00
parent 5a08a3572d
commit 7b138fe398

View File

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