Skip to content

Commit

Permalink
symfony 5 compatibily
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 16, 2020
1 parent 9b0ea37 commit 6a76926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Utilities/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Console
{
public static function run($command, $all_output = false, $timeout = 0)
{
$process = new Process($command, base_path());
$process = Process::fromShellCommandline($command, base_path());
$process->setTimeout($timeout);

$process->run();
Expand Down

0 comments on commit 6a76926

Please sign in to comment.