Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Nov 12, 2024
1 parent 23e15af commit 19fc0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/State/FeedSourceProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 19fc0be

Please sign in to comment.