Eloquent\Composer\NpmBridge\Exception\NpmCommandFailedException::command PHP Метод

command() публичный Метод

Get the executed command.
public command ( ) : string
Результат string The command.
    public function command()
    {
        return $this->command;
    }
NpmCommandFailedException