Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
luceos
2019-10-25 20:33:57 +00:00
committed by StyleCI Bot
parent 58ab6052ad
commit 6bdebfbf3c

View File

@ -17,7 +17,6 @@ return [
$schema->table('users', function (Blueprint $table) { $schema->table('users', function (Blueprint $table) {
$table->boolean('disclose_online')->default(false); $table->boolean('disclose_online')->default(false);
$table->string('locale')->nullable(); $table->string('locale')->nullable();
}); });
}, },