Fix some logging.

This commit is contained in:
James Cole
2021-06-20 18:33:17 +02:00
parent 1bd87bfb88
commit c9eeaf7e95
2 changed files with 2 additions and 3 deletions

View File

@@ -57,7 +57,6 @@ class CreateUsersTable extends Migration
$table->string('reset', 32)->nullable();
$table->tinyInteger('blocked', false, true)->default('0');
$table->string('blocked_code', 25)->nullable();
$table->unique('email');
}
);
}