diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php index df7814bb..ff133fb4 100644 --- a/tests/CreatesApplication.php +++ b/tests/CreatesApplication.php @@ -18,7 +18,7 @@ public function createApplication() $app->make(Kernel::class)->bootstrap(); - Hash::setRounds(4); + Hash::driver('bcrypt')->setRounds(4); return $app; }