Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Feb 27, 2024
1 parent aa84460 commit 493d560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 493d560

Please sign in to comment.