@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Api\Controller; |
| 4 | 4 | |
| 5 | -use Zend\Db\Adapter\AdapterInterface; |
|
| 6 | 5 | use Zend\Mvc\Controller\AbstractRestfulController; |
| 7 | 6 | use Zend\View\Model\JsonModel; |
| 8 | 7 | use Api\Helper\Utils; |
@@ -2,10 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Api\Controller; |
| 4 | 4 | |
| 5 | -use Zend\Db\Adapter\AdapterInterface; |
|
| 6 | 5 | use Zend\Mvc\Controller\AbstractRestfulController; |
| 7 | 6 | use Zend\View\Model\JsonModel; |
| 8 | -use Api\Helper\Utils; |
|
| 9 | 7 | |
| 10 | 8 | /** |
| 11 | 9 | * |
@@ -2,17 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Api\Controller; |
| 4 | 4 | |
| 5 | -use Zend\Db\Adapter\AdapterInterface; |
|
| 6 | 5 | use Zend\Mvc\Controller\AbstractRestfulController; |
| 7 | 6 | use Zend\View\Model\JsonModel; |
| 8 | -use Zend\Validator\StaticValidator; |
|
| 9 | 7 | use Api\Helper\Utils; |
| 10 | -use Api\Entity\Activity; |
|
| 11 | -use Api\Entity\Subactivity; |
|
| 12 | 8 | use Api\Entity\Emission; |
| 13 | -use Api\Entity\Sector; |
|
| 14 | -use Api\Entity\Category; |
|
| 15 | -use Api\Entity\Gas; |
|
| 16 | 9 | |
| 17 | 10 | class DistributionReportController extends AbstractRestfulController |
| 18 | 11 | { |