File tree Expand file tree Collapse file tree 3 files changed +1
-230
lines changed
Installer/src/Console/Commands Expand file tree Collapse file tree 3 files changed +1
-230
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55use Illuminate \Foundation \AliasLoader ;
66use Illuminate \Support \ServiceProvider ;
7- use Webkul \Core \Console \Commands \Install ;
87use Webkul \Core \Console \Commands \Version ;
98use Webkul \Core \Core ;
109use Webkul \Core \Facades \Core as CoreFacade ;
@@ -72,7 +71,6 @@ protected function registerCommands(): void
7271 if ($ this ->app ->runningInConsole ()) {
7372 $ this ->commands ([
7473 Version::class,
75- Install::class,
7674 ]);
7775 }
7876 }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Installer extends Command
2020 *
2121 * @var string
2222 */
23- protected $ signature = 'krayin:install
23+ protected $ signature = 'krayin-crm :install
2424 { --skip-env-check : Skip env check. }
2525 { --skip-admin-creation : Skip admin creation. } ' ;
2626
You can’t perform that action at this time.
0 commit comments