Skip to content

Commit

Permalink
Order imports alphabetically
Browse files Browse the repository at this point in the history
This was fixed by PHP Codesniffer's fixer (phpcbf).

remp/crm#2057
  • Loading branch information
markoph committed Oct 13, 2021
1 parent c54c537 commit 2f0502c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SlspSporopayModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Crm\SlspSporopayModule;

use Crm\ApplicationModule\Commands\CommandsContainerInterface;
use Crm\ApplicationModule\CrmModule;
use Crm\ApplicationModule\SeederManager;
use Crm\SlspSporopayModule\Commands\SlspMailConfirmationCommand;
use Crm\SlspSporopayModule\Seeders\ConfigsSeeder;
use Crm\SlspSporopayModule\Seeders\PaymentGatewaysSeeder;
use Crm\ApplicationModule\Commands\CommandsContainerInterface;
use Crm\SlspSporopayModule\Commands\SlspMailConfirmationCommand;

class SlspSporopayModule extends CrmModule
{
Expand Down

0 comments on commit 2f0502c

Please sign in to comment.