File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use Webteractive\Devstack\Commands\Redis;
1313use Webteractive \Devstack \Commands \Shell ;
1414use Webteractive \Devstack \Commands \Config ;
1515use Webteractive \Devstack \Commands \InitStack ;
16- use Webteractive \Devstack \Commands \RunPHPCommand ;
16+ use Webteractive \Devstack \Commands \RunPhpCommand ;
1717use Webteractive \Devstack \Commands \DownloadRuntimes ;
1818use Webteractive \Devstack \Commands \RunComposerCommands ;
1919use Webteractive \Devstack \RegisterDockerComposeCommands ;
@@ -25,7 +25,7 @@ $app->add(new InitStack);
2525$ app ->add (new Config );
2626$ app ->add (new DownloadRuntimes );
2727$ app ->add (new RunLaravelArtisanCommand );
28- $ app ->add (new RunPHPCommand );
28+ $ app ->add (new RunPhpCommand );
2929$ app ->add (new RunComposerCommands );
3030$ app ->add (new Shell );
3131$ app ->add (new MySql );
You can’t perform that action at this time.
0 commit comments