@@ -20,7 +20,6 @@ |
||
20 | 20 | */ |
21 | 21 | namespace App\Controller; |
22 | 22 | |
23 | -use App\Utility\Sanitize; |
|
24 | 23 | use Cake\Controller\Controller; |
25 | 24 | use Cake\Event\Event; |
26 | 25 | use Cake\ORM\TableRegistry; |
@@ -19,7 +19,6 @@ |
||
19 | 19 | namespace App\Controller\Component; |
20 | 20 | |
21 | 21 | use Cake\Controller\Component; |
22 | -use Cake\Routing\Router; |
|
23 | 22 | |
24 | 23 | /** |
25 | 24 | * Github api component handling comunication with github |
@@ -19,7 +19,6 @@ |
||
19 | 19 | |
20 | 20 | use App\Controller\AppController; |
21 | 21 | use Cake\Network\Exception\NotFoundException; |
22 | -use App\Utility\Sanitize; |
|
23 | 22 | |
24 | 23 | /** |
25 | 24 | * Incidents controller handling incident creation and rendering |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use App\Utility\Sanitize; |
22 | 22 | use Cake\Core\Configure; |
23 | 23 | use Cake\Log\Log; |
24 | -use Cake\ORM\Table; |
|
25 | 24 | use Cake\ORM\TableRegistry; |
26 | 25 | use Cake\Network\Exception\NotFoundException; |
27 | 26 |
@@ -17,7 +17,6 @@ |
||
17 | 17 | */ |
18 | 18 | namespace App\Model\Table; |
19 | 19 | |
20 | -use App\Model\AppModel; |
|
21 | 20 | use Cake\ORM\Table; |
22 | 21 | use Cake\ORM\TableRegistry; |
23 | 22 | use Cake\Log\Log; |