Skip to content

Commit

Permalink
Update namespace in LeadSubscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
shinde-rahul committed Sep 15, 2023
1 parent a752a7e commit 5212cd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EventListener/LeadSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ public function onListFiltering(LeadListFilteringEvent $event)
$alias = $event->getAlias();
$func = $event->getFunc();
$currentFilter = $details['field'];
<<<<<<< HEAD
=======

>>>>>>> bbc48c9 (Update namespace in LeadSubscriber)
$citrixEventsTable = $em->getClassMetadata('LeuchtfeuerGoToBundle:GoToEvent')->getTableName();
$citrixProductsTable = $em->getClassMetadata('LeuchtfeuerGoToBundle:GoToProduct')->getTableName();

Expand Down

0 comments on commit 5212cd0

Please sign in to comment.