was using lcoations and not locale. fixed
This commit is contained in:
parent
dc29717623
commit
8640cad033
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|
||||||
class UpdateLegacyLocations extends Migration
|
class UpdateLegacyLocale extends Migration
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Run the migrations.
|
* Run the migrations.
|
Loading…
Add table
Reference in a new issue