Laravel\SparkInstaller\Installation\RunSparkInstall::__construct PHP 메소드

__construct() 공개 메소드

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