App\Services\Deployment\DeployerFileDirector::construct PHP Method

construct() public method

Construct a deployer file instance.
public construct ( ) : DeployerFile
return DeployerFile
    public function construct()
    {
        $this->fileBuilder->pathInfo();
        $this->fileBuilder->put();
        return $this->fileBuilder->getResult();
    }
DeployerFileDirector