Refactor
This commit is contained in:
parent
e1c8f4f118
commit
4541d66d34
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ use Drupal\opd_presentations\Repository\PresentationRepositoryInterface;
|
||||||
|
|
||||||
readonly final class CountGivenPresentations {
|
readonly final class CountGivenPresentations {
|
||||||
|
|
||||||
public function __construct(private PresentationRepositoryInterface $presentationRepository) {
|
public function __construct(
|
||||||
|
private PresentationRepositoryInterface $presentationRepository,
|
||||||
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __invoke(): int {
|
public function __invoke(): int {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue