mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
fixing default
This commit is contained in:
parent
3680e04817
commit
dc29717623
|
@ -16,7 +16,7 @@ class UpdateLegacyLocations extends Migration
|
|||
//
|
||||
Schema::table('users', function (Blueprint $table) {
|
||||
//
|
||||
$table->string('locale', 5)->nullable()->default(config('app.fallback_locale'))->change();
|
||||
$table->string('locale', 10)->nullable()->default('en-US')->change();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue