From 19fc0be3149a0cc97a893c3f66fbc4bbc62b5aca Mon Sep 17 00:00:00 2001 From: Jeppe Krogh Date: Tue, 12 Nov 2024 13:29:54 +0100 Subject: [PATCH] Coding standards --- src/State/FeedSourceProcessor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/State/FeedSourceProcessor.php b/src/State/FeedSourceProcessor.php index 2842c9fc..c76d370d 100644 --- a/src/State/FeedSourceProcessor.php +++ b/src/State/FeedSourceProcessor.php @@ -44,6 +44,7 @@ public function process($data, Operation $operation, array $uriVariables = [], a throw new ConflictHttpException('This feed source is used by one or more slides and cannot be deleted.'); } } + return parent::process($data, $operation, $uriVariables, $context); }