oliverdavies.uk/modules/opd_presentations/opd_presentations.services.yml

7 lines
299 B
YAML
Raw Normal View History

2025-06-09 00:51:41 +01:00
services:
2025-06-14 22:10:24 +01:00
Drupal\opd_presentations\PresentationCounter:
autowire: true
2025-06-16 22:17:33 +01:00
Drupal\opd_presentations\Repository\PresentationNodeRepository:
autowire: true
Drupal\opd_presentations\Repository\PresentationRepositoryInterface: '@Drupal\opd_presentations\Repository\PresentationNodeRepository'