We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8204238 commit 79afc79Copy full SHA for 79afc79
tests/BaseTestCase.php
@@ -77,5 +77,6 @@ public function getEnvironmentSetUp($app)
77
]);
78
$app['config']->set('auth.providers.users.model', User::class);
79
$app['config']->set('app.key', '6rE9Nz59bGRbeMATftriyQjrpF7DcOQm');
80
+ $app['config']->set('2fa-config.table','users');
81
}
82
0 commit comments