EloquentFilter\Commands\MakeEloquentFilter::getPath PHP Метод

getPath() публичный Метод

public getPath ( )
    public function getPath()
    {
        return app_path(str_replace([$this->getAppNamespace(), '\\'], ['', '/'], $this->class . '.php'));
    }