Skip to content

Commit

Permalink
[PSR4] ApplicationModule - (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 cd1c86f commit 4f0cf0d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Crm\PrivatbankarModule\Components\ConfirmationPendingWidget;

use Crm\ApplicationModule\Widget\BaseLazyWidget;
use Crm\ApplicationModule\Models\Widget\BaseLazyWidget;

class ConfirmationPendingWidget extends BaseLazyWidget
{
Expand Down
2 changes: 1 addition & 1 deletion src/Gateways/AbstractPrivatbankar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Crm\PrivatbankarModule\Gateways;

use Crm\ApplicationModule\Config\ApplicationConfig;
use Crm\ApplicationModule\Models\Config\ApplicationConfig;
use Crm\PaymentsModule\Models\Gateways\GatewayAbstract;
use Crm\PaymentsModule\Repositories\PaymentMetaRepository;
use Nette\Application\LinkGenerator;
Expand Down
4 changes: 2 additions & 2 deletions src/PrivatbankarModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
use Crm\ApiModule\Models\Authorization\NoAuthorization;
use Crm\ApiModule\Models\Router\ApiIdentifier;
use Crm\ApiModule\Models\Router\ApiRoute;
use Crm\ApplicationModule\Application\Managers\SeederManager;
use Crm\ApplicationModule\CrmModule;
use Crm\ApplicationModule\SeederManager;
use Crm\ApplicationModule\Widget\LazyWidgetManagerInterface;
use Crm\ApplicationModule\Models\Widget\LazyWidgetManagerInterface;
use Crm\PrivatbankarModule\Api\IpnHandler;
use Crm\PrivatbankarModule\Components\ConfirmationPendingWidget\ConfirmationPendingWidget;
use Crm\PrivatbankarModule\Seeders\ConfigsSeeder;
Expand Down
6 changes: 3 additions & 3 deletions src/Seeders/ConfigsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace Crm\PrivatbankarModule\Seeders;

use Crm\ApplicationModule\Builder\ConfigBuilder;
use Crm\ApplicationModule\Config\ApplicationConfig;
use Crm\ApplicationModule\Config\Repository\ConfigCategoriesRepository;
use Crm\ApplicationModule\Config\Repository\ConfigsRepository;
use Crm\ApplicationModule\Models\Config\ApplicationConfig;
use Crm\ApplicationModule\Repositories\ConfigCategoriesRepository;
use Crm\ApplicationModule\Repositories\ConfigsRepository;
use Crm\ApplicationModule\Seeders\ConfigsTrait;
use Crm\ApplicationModule\Seeders\ISeeder;
use Symfony\Component\Console\Output\OutputInterface;
Expand Down

0 comments on commit 4f0cf0d

Please sign in to comment.