Skip to content

Commit 79afc79

Browse files
committed
Test Case - Config added so fix the migraition test introduced in 8204238
1 parent 8204238 commit 79afc79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/BaseTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ public function getEnvironmentSetUp($app)
7777
]);
7878
$app['config']->set('auth.providers.users.model', User::class);
7979
$app['config']->set('app.key', '6rE9Nz59bGRbeMATftriyQjrpF7DcOQm');
80+
$app['config']->set('2fa-config.table','users');
8081
}
8182
}

0 commit comments

Comments
 (0)