From 82b42583b0f66bbdf47f7adffa23807cf633769f Mon Sep 17 00:00:00 2001 From: Wilco Louwerse Date: Tue, 19 Mar 2024 15:39:59 +0100 Subject: [PATCH] Add missing property breaking cache:warmup --- api/src/Service/OasParserService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/Service/OasParserService.php b/api/src/Service/OasParserService.php index 9dbaf7d75..423618478 100644 --- a/api/src/Service/OasParserService.php +++ b/api/src/Service/OasParserService.php @@ -30,6 +30,7 @@ class OasParserService private array $handlersToCreate; private array $oas; + private array $schemaRefs; /** * @param EntityManagerInterface $entityManager