diff --git a/tests/src/TestCase.php b/tests/src/TestCase.php index 4fbbf1d7656..8cefc56327c 100644 --- a/tests/src/TestCase.php +++ b/tests/src/TestCase.php @@ -53,7 +53,6 @@ protected function getPackageProviders($app): array protected function defineEnvironment($app): void { - $app['config']->set('auth.passwords.users.table', 'password_reset_tokens'); $app['config']->set('auth.providers.users.model', User::class); $app['config']->set('view.paths', [ ...$app['config']->get('view.paths'),