mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Remove softDelete on 2FAccounts
This commit is contained in:
@ -20,7 +20,6 @@ class CreateTwoFAccountsTable extends Migration
|
||||
$table->string('account');
|
||||
$table->string('icon')->nullable();
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user