File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class InstallCommand extends Command
2828 *
2929 * @var string
3030 */
31- protected $ description = 'Install the Addchat package ' ;
31+ protected $ description = 'Install the Addchat Laravel Lite package ' ;
3232
3333 protected function getOptions ()
3434 {
@@ -78,7 +78,7 @@ public function handle(Filesystem $filesystem)
7878 // ---- Check if everything good so far ----
7979 $ this ->info ('---- Dumping the autoloaded files and reloading all new files ---- ' );
8080 $ composer = $ this ->findComposer ();
81- $ process = new Process ($ composer .' dump-autoload ' );
81+ $ process = new Process ([ $ composer .' dump-autoload ' ] );
8282 // Setting timeout to null to prevent installation from stopping at a certain point in time
8383 $ process ->setTimeout (null );
8484 $ process ->setWorkingDirectory (base_path ())->run ();
@@ -102,6 +102,6 @@ public function handle(Filesystem $filesystem)
102102 $ this ->call ('storage:link ' );
103103
104104 // Finish
105- $ this ->info ('Congrats!!! Addchat installed successfully! Wish you all the best :) ' );
105+ $ this ->info ('Congrats! Addchat Laravel Lite installed successfully. Good Luck :) ' );
106106 }
107107}
You can’t perform that action at this time.
0 commit comments