File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 77use Statamic \Console \RunsInPlease ;
88use Statamic \Contracts \Globals \GlobalRepository as GlobalRepositoryContract ;
99use Statamic \Contracts \Globals \GlobalSet as GlobalSetContract ;
10+ use Statamic \Contracts \Globals \GlobalVariablesRepository as GlobalVariablesRepositoryContract ;
1011use Statamic \Eloquent \Globals \GlobalSet ;
1112use Statamic \Eloquent \Globals \Variables ;
1213use Statamic \Facades \GlobalSet as GlobalSetFacade ;
1314use Statamic \Stache \Repositories \GlobalRepository ;
15+ use Statamic \Stache \Repositories \GlobalVariablesRepository ;
1416use Statamic \Statamic ;
1517
1618class ImportGlobals extends Command
@@ -50,6 +52,7 @@ private function useDefaultRepositories()
5052 Facade::clearResolvedInstance (GlobalRepositoryContract::class);
5153
5254 Statamic::repository (GlobalRepositoryContract::class, GlobalRepository::class);
55+ Statamic::repository (GlobalVariablesRepositoryContract::class, GlobalVariablesRepository::class);
5356
5457 app ()->bind (GlobalSetContract::class, GlobalSet::class);
5558 }
You can’t perform that action at this time.
0 commit comments