diff --git a/modules/opd_presentations/src/Action/CountGivenPresentations.php b/modules/opd_presentations/src/Action/CountGivenPresentations.php index 21ae7fa48..1eb01c85c 100644 --- a/modules/opd_presentations/src/Action/CountGivenPresentations.php +++ b/modules/opd_presentations/src/Action/CountGivenPresentations.php @@ -9,7 +9,9 @@ use Drupal\opd_presentations\Repository\PresentationRepositoryInterface; readonly final class CountGivenPresentations { - public function __construct(private PresentationRepositoryInterface $presentationRepository) { + public function __construct( + private PresentationRepositoryInterface $presentationRepository, + ) { } public function __invoke(): int {