We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d9305 commit 565ba70Copy full SHA for 565ba70
src/Commands/GhostInstallCommand.php
@@ -12,7 +12,7 @@ class GhostInstallCommand extends Command
12
13
public function handle()
14
{
15
- $this->info('👻 GhostNotes ইন্সটল করা হচ্ছে...');
+ $this->info('👻 GhostNotes installing...');
16
$this->call('vendor:publish', [
17
'--tag' => 'ghost-notes-config'
18
]);
0 commit comments