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