Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
wangta69 committed Oct 15, 2024
1 parent e355a37 commit 10537a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private function installLaravelEditor()
'--force'=> true,
'--provider' => 'Pondol\Editor\EditorServiceProvider'
]);
$this->info('The laravel editor installed successfully.');
$this->info("The pondol's laravel editor installed successfully.");
}

}

0 comments on commit 10537a5

Please sign in to comment.