Laravel\SparkInstaller\Installation\RunSparkInstall::__construct PHP Méthode

__construct() public méthode

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