Nwidart\Modules\Commands\GenerateListenerCommand::getDestinationFilePath PHP Метод

getDestinationFilePath() защищенный Метод

protected getDestinationFilePath ( )
    protected function getDestinationFilePath()
    {
        $path = $this->laravel['modules']->getModulePath($this->getModuleName());
        $seederPath = $this->laravel['modules']->config('paths.generator.listener');
        return $path . $seederPath . '/' . $this->getFileName() . '.php';
    }