Skip to content

Commit

Permalink
Merge pull request #21 from weierophinney/hotfix/20-duplicate-import
Browse files Browse the repository at this point in the history
Remove duplicate import statements in module.config.php
  • Loading branch information
weierophinney committed Jun 21, 2021
2 parents fdbffb9 + b2d3d52 commit 36583a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

declare(strict_types=1);

use Laminas\ApiTools\Rest\Factory\OptionsListenerFactory;
use Laminas\ApiTools\Rest\Factory\RestControllerFactory;
use Laminas\ApiTools\Rest\Listener\RestParametersListener;
use Laminas\ApiTools\Rest\Factory\OptionsListenerFactory;
use Laminas\ApiTools\Rest\Factory\RestControllerFactory;
use Laminas\ApiTools\Rest\Listener\RestParametersListener;
Expand Down

0 comments on commit 36583a7

Please sign in to comment.