Skip to content

Commit

Permalink
[PSR4] SubscriptionsModule - (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 22a4548 commit 79e53e7
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 @@ -4,7 +4,7 @@

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

0 comments on commit 79e53e7

Please sign in to comment.