App\Services\Deployment\DeployerFileDirector::construct PHP 메소드

construct() 공개 메소드

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