mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 05:53:45 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
58ab6052ad
commit
6bdebfbf3c
|
@ -17,7 +17,6 @@ return [
|
|||
$schema->table('users', function (Blueprint $table) {
|
||||
$table->boolean('disclose_online')->default(false);
|
||||
$table->string('locale')->nullable();
|
||||
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user