We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d975d commit 68af4b7Copy full SHA for 68af4b7
1 file changed
Services/MailboxService.php
@@ -227,7 +227,7 @@ private function searchExistingTickets(array $criterias = [])
227
case 'inReplyTo':
228
// Search Criteria 2: Find ticket based on in-reply-to reference id
229
230
- $repository = $this->entityManager->getRepository('UVDeskCoreFrameworkBundle:Thread');
+ $repository = $this->entityManager->getRepository(Thread::class);
231
$ticket = $repository->findThreadByRefrenceId($criteriaValue);
232
233
0 commit comments