1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

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) {
$table->boolean('disclose_online')->default(false);
$table->string('locale')->nullable();
});
},