mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -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) {
|
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