@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace PlaygroundGame\Service; |
4 | 4 | |
5 | 5 | use Zend\ServiceManager\ServiceManagerAwareInterface; |
6 | -use Zend\ServiceManager\ServiceManager; |
|
7 | 6 | use PlaygroundGame\Service\Game; |
8 | 7 | |
9 | 8 | class Mission extends Game implements ServiceManagerAwareInterface |