Remove softDelete on 2FAccounts

This commit is contained in:
Bubka
2020-01-07 16:46:50 +01:00
parent eab03e6d0c
commit 3a0bf1a596
5 changed files with 8 additions and 35 deletions

View File

@ -20,7 +20,6 @@ class CreateTwoFAccountsTable extends Migration
$table->string('account');
$table->string('icon')->nullable();
$table->timestamps();
$table->softDeletes();
});
}