Nwidart\Modules\Commands\ModelCommand::getDestinationFilePath PHP 메소드

getDestinationFilePath() 보호된 메소드

protected getDestinationFilePath ( ) : mixed
리턴 mixed
    protected function getDestinationFilePath()
    {
        $path = $this->laravel['modules']->getModulePath($this->getModuleName());
        $seederPath = $this->laravel['modules']->config('paths.generator.model');
        return $path . $seederPath . '/' . $this->getModelName() . '.php';
    }