Skip to content

Commit 62b739d

Browse files
Merge pull request #1264 from jitendra-webkul/installer-fixes
Installer fixes
2 parents 1e76a51 + 3a4c141 commit 62b739d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class Installer extends Command
115115
];
116116

117117
/**
118-
* Install and configure bagisto.
118+
* Install and configure krayin.
119119
*/
120120
public function handle()
121121
{

packages/Webkul/Installer/src/Listeners/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(protected UserRepository $userRepository)
2424
}
2525

2626
/**
27-
* After Bagisto is successfully installed
27+
* After Krayin is successfully installed
2828
*
2929
* @return void
3030
*/

packages/Webkul/Installer/src/Providers/InstallerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot()
2424
{
2525
$this->loadTranslationsFrom(__DIR__ . '/../Resources/lang', 'installer');
2626

27-
Event::listen('bagisto.installed', 'Webkul\Installer\Listeners\Installer@installed');
27+
Event::listen('krayin.installed', 'Webkul\Installer\Listeners\Installer@installed');
2828

2929

3030
/**

0 commit comments

Comments
 (0)