Skip to content

Commit a5abe1d

Browse files
Refactor code
1 parent 13de88f commit a5abe1d

File tree

3 files changed

+1
-230
lines changed

3 files changed

+1
-230
lines changed

packages/Webkul/Core/src/Console/Commands/Install.php

Lines changed: 0 additions & 227 deletions
This file was deleted.

packages/Webkul/Core/src/Providers/CoreServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Foundation\AliasLoader;
66
use Illuminate\Support\ServiceProvider;
7-
use Webkul\Core\Console\Commands\Install;
87
use Webkul\Core\Console\Commands\Version;
98
use Webkul\Core\Core;
109
use 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
}

packages/Webkul/Installer/src/Console/Commands/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)