Skip to content

Commit

Permalink
[PSR4] ApiModule - (Rector) Fix uses of changed classes
Browse files Browse the repository at this point in the history
remp/crm#2228
  • Loading branch information
markoph committed Jan 22, 2024
1 parent 50de957 commit 22a4548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ComputeClvCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Crm\ClvModule\Commands;

use Crm\ApiModule\Repository\UserSourceAccessesRepository;
use Crm\ApiModule\Repositories\UserSourceAccessesRepository;
use Crm\ClvModule\Repositories\CustomerLifetimeValuesRepository;
use Crm\SubscriptionsModule\Repository\SubscriptionsRepository;
use MathPHP\Exception\BadDataException;
Expand Down

0 comments on commit 22a4548

Please sign in to comment.