checkCommand() needs to be public
This commit is contained in:
parent
107b3f34bd
commit
73e80536ae
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class Downloader
|
||||||
*
|
*
|
||||||
* @return bool False if the command returns an error, true otherwise
|
* @return bool False if the command returns an error, true otherwise
|
||||||
*/
|
*/
|
||||||
private static function checkCommand(array $command)
|
public static function checkCommand(array $command)
|
||||||
{
|
{
|
||||||
$process = new Process($command);
|
$process = new Process($command);
|
||||||
$process->run();
|
$process->run();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue