Skip to content

Commit 565ba70

Browse files
committed
Added ghost:install command and improved dashboard UI
1 parent 11d9305 commit 565ba70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/GhostInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class GhostInstallCommand extends Command
1212

1313
public function handle()
1414
{
15-
$this->info('👻 GhostNotes ইন্সটল করা হচ্ছে...');
15+
$this->info('👻 GhostNotes installing...');
1616
$this->call('vendor:publish', [
1717
'--tag' => 'ghost-notes-config'
1818
]);

0 commit comments

Comments
 (0)