Skip to content

Commit

Permalink
Entity references update
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Kumar committed Jul 28, 2022
1 parent 04d975d commit 68af4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/MailboxService.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private function searchExistingTickets(array $criterias = [])
case 'inReplyTo':
// Search Criteria 2: Find ticket based on in-reply-to reference id

$repository = $this->entityManager->getRepository('UVDeskCoreFrameworkBundle:Thread');
$repository = $this->entityManager->getRepository(Thread::class);
$ticket = $repository->findThreadByRefrenceId($criteriaValue);


Expand Down

0 comments on commit 68af4b7

Please sign in to comment.