Laravel\SparkInstaller\Installation\RunGulp::__construct PHP Method

__construct() public method

Create a new installation helper instance.
public __construct ( NewCommand $command ) : void
$command Laravel\SparkInstaller\NewCommand
return void
    public function __construct(NewCommand $command)
    {
        $this->command = $command;
    }