groupBy('path') ->distinct() ->whereIn('module', [ 'oapi', 'app' ]) ->pluck('path', 'path') ->toArray(); return $data; }, [], 100); return $data; } }