@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Psr\Http\Message\ResponseInterface; |
| 10 | 10 | use Psr\Http\Message\ServerRequestInterface; |
| 11 | 11 | use Zend\Diactoros\Response\JsonResponse; |
| 12 | -use Zend\Diactoros\Response\HtmlResponse; |
|
| 13 | 12 | |
| 14 | 13 | class DragonApiController |
| 15 | 14 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace BoneMvc\Module\Dragon\Repository; |
| 4 | 4 | |
| 5 | -use BoneMvc\Module\Dragon\Collection\DragonCollection; |
|
| 6 | 5 | use BoneMvc\Module\Dragon\Entity\Dragon; |
| 7 | 6 | use Doctrine\ORM\EntityNotFoundException; |
| 8 | 7 | use Doctrine\ORM\EntityRepository; |