diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index 7faf769..e1aba58 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -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."); } }