Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
i9w3b committed May 12, 2020
1 parent 24db744 commit 4e14fe3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Console/ThemeInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ public function handle()
$this->info(config('themeinstall.msg_info_install'));
$this->info('');

// $process = Process::fromShellCommandline("$commandLine");
// $process->run();
$process = Process::fromShellCommandline("$commandLine");
$process->run();

dd($commandLine);
if (!$process->isSuccessful()) {
throw new ProcessFailedException($process);
}
Expand Down

0 comments on commit 4e14fe3

Please sign in to comment.