File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ class ServiceProvider extends AddonServiceProvider
4444 \Statamic \Eloquent \Updates \AddBlueprintToEntriesTable::class,
4545 \Statamic \Eloquent \Updates \ChangeDefaultBlueprint::class,
4646 \Statamic \Eloquent \Updates \DropForeignKeysOnEntriesAndForms::class,
47+ \Statamic \Eloquent \Updates \SplitGlobalsFromVariables::class,
4748 ];
4849
4950 protected $ listen = [
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public function update()
1919
2020 $ this ->files ->copy ($ source , $ dest );
2121
22- $ source = __DIR__ .'/../../database/migrations/updates/update_globals_table.stub ' ;
22+ $ source = __DIR__ .'/../../database/migrations/updates/update_globals_table.php. stub ' ;
2323 $ dest = database_path ('migrations/ ' .date ('Y_m_d_His ' ).'_update_globals_table.php ' );
2424
2525 $ this ->files ->copy ($ source , $ dest );
You can’t perform that action at this time.
0 commit comments