Refactor
This commit is contained in:
parent
08a0f18995
commit
460f6cfbe0
3 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
services:
|
||||
Drupal\opd_presentations\CountGivenPresentations:
|
||||
Drupal\opd_presentations\Action\CountGivenPresentations:
|
||||
autowire: true
|
||||
Drupal\opd_presentations\Repository\PresentationNodeRepository:
|
||||
autowire: true
|
||||
|
|
|
@ -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 {
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Drupal\Tests\opd_presentations;
|
||||
namespace Drupal\Tests\opd_presentations\Action;
|
||||
|
||||
use Drupal\Tests\RandomGeneratorTrait;
|
||||
use Drupal\Tests\opd_presentations\Traits\PresentationCreationTrait;
|
||||
use Drupal\opd_presentations\CountGivenPresentations;
|
||||
use Drupal\opd_presentations\Action\CountGivenPresentations;
|
||||
use Drupal\opd_presentations\Events;
|
||||
use weitzman\DrupalTestTraits\ExistingSiteBase;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue