mirror of
https://github.com/flarum/framework.git
synced 2025-06-03 14:33:07 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@ -17,7 +17,6 @@ return [
|
||||
$schema->table('users', function (Blueprint $table) {
|
||||
$table->boolean('disclose_online')->default(false);
|
||||
$table->string('locale')->nullable();
|
||||
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user