Skip to content

Commit 36583a7

Browse files
Merge pull request #21 from weierophinney/hotfix/20-duplicate-import
Remove duplicate import statements in module.config.php
2 parents fdbffb9 + b2d3d52 commit 36583a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/module.config.php

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
declare(strict_types=1);
44

5-
use Laminas\ApiTools\Rest\Factory\OptionsListenerFactory;
6-
use Laminas\ApiTools\Rest\Factory\RestControllerFactory;
7-
use Laminas\ApiTools\Rest\Listener\RestParametersListener;
85
use Laminas\ApiTools\Rest\Factory\OptionsListenerFactory;
96
use Laminas\ApiTools\Rest\Factory\RestControllerFactory;
107
use Laminas\ApiTools\Rest\Listener\RestParametersListener;

0 commit comments

Comments
 (0)