This commit is contained in:
Oliver Davies 2025-06-23 21:17:10 +01:00
parent 08a0f18995
commit 460f6cfbe0
3 changed files with 5 additions and 4 deletions

View file

@ -2,8 +2,9 @@
declare(strict_types=1);
namespace Drupal\opd_presentations;
namespace Drupal\opd_presentations\Action;
use Drupal\opd_presentations\Presentation;
use Drupal\opd_presentations\Repository\PresentationRepositoryInterface;
final class CountGivenPresentations {