Nwidart\Modules\Publishing\AssetPublisher::getSourcePath PHP 메소드

getSourcePath() 공개 메소드

Get source path.
public getSourcePath ( ) : string
리턴 string
    public function getSourcePath()
    {
        return $this->getModule()->getExtraPath($this->repository->config('paths.generator.assets'));
    }