Searched refs:findAllByBugType (Results 1 – 2 of 2) sorted by relevance
123 public function findAllByBugType(string $type = 'All'): array function in App\\Repository\\BugRepository
48 foreach ($bugRepository->findAllByBugType($bug_type) as $row) {
Completed in 10 milliseconds