App\Services\Deployment\DeployerDeploymentFileBuilder::__construct PHP Method

__construct() public method

public __construct ( App\Services\Filesystem\FilesystemInterface $fs, DeployerFile $deployerFile )
$fs App\Services\Filesystem\FilesystemInterface
$deployerFile DeployerFile
    public function __construct(FilesystemInterface $fs, DeployerFile $deployerFile)
    {
        $this->fs = $fs;
        $this->deployerFile = $deployerFile;
    }