notificationService->sendNewTripNotification($entity); $this->logger->info('Notification sent for new entity persisted.', ['entity' => $entity]); } else { $this->logger->info('Entity does not support notification on persist.', ['entity' => $entity]); } } }