This commit is contained in:
Oliver Davies 2025-06-24 17:21:02 +01:00
parent e1c8f4f118
commit 4541d66d34

View file

@ -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 {