From a49a1d2c2f2277319ba39d073ef2f07a83138dc5 Mon Sep 17 00:00:00 2001 From: "narendra.rajwar27" <narendra.rajwar27@3048737.no-reply.drupal.org> Date: Mon, 3 Aug 2020 15:01:42 -0600 Subject: [PATCH] Issue #3162042 by narendra.rajwar27, owenbush: Class NotFoundHttpException not found (haha) --- .../recurring_events_registration/src/Form/RegistrantForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/recurring_events_registration/src/Form/RegistrantForm.php b/modules/recurring_events_registration/src/Form/RegistrantForm.php index cbf49452..ae71fb67 100644 --- a/modules/recurring_events_registration/src/Form/RegistrantForm.php +++ b/modules/recurring_events_registration/src/Form/RegistrantForm.php @@ -14,6 +14,7 @@ use Drupal\Core\Entity\EntityFieldManager; use Drupal\Core\Routing\RouteMatchInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Cache\CacheTagsInvalidatorInterface; +use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** * Form controller for Registrant edit forms. -- GitLab