This commit is contained in:
Oliver Davies 2025-06-23 21:49:15 +01:00
parent 460f6cfbe0
commit 37863c6c24

View file

@ -7,7 +7,7 @@ namespace Drupal\opd_presentations\Action;
use Drupal\opd_presentations\Presentation;
use Drupal\opd_presentations\Repository\PresentationRepositoryInterface;
final class CountGivenPresentations {
readonly final class CountGivenPresentations {
public function __construct(private PresentationRepositoryInterface $presentationRepository) {
}