Remove softDelete from User model

This commit is contained in:
Bubka
2020-01-14 11:08:21 +01:00
parent efc3f5d61e
commit c3b0138fd8
2 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,6 @@ class CreateUsersTable extends Migration
$table->string('password');
$table->rememberToken();
$table->timestamps();
$table->softDeletes();
});
}