mirror of
https://github.com/flarum/framework.git
synced 2025-06-01 21:13:24 +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) {
|
$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();
|
||||||
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user