Skip to content

Commit

Permalink
fix: remove duplicate import statements in module.config.php
Browse files Browse the repository at this point in the history
Fixes #20

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Jun 21, 2021
1 parent fdbffb9 commit b2d3d52
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 b2d3d52

Please sign in to comment.