You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class TwoFactorAuthenticationExceptions extends \Exception {
6
-
5
+
class TwoFactorAuthenticationExceptions extends \Exception
6
+
{
7
7
/**
8
-
* Column Not Found
9
-
*
8
+
* Column Not Found.
10
9
*/
11
10
publicstaticfunctioncolumnNotFound()
12
11
{
13
12
$table = config('2fa-config.table');
13
+
14
14
returnnewstatic("Could not locate required column `two_factor_secret_key` or `is_two_factor_enabled` in `$table` table. Make sure the migrations ran properly.");
0 commit comments