@@ -12,11 +12,8 @@ |
||
12 | 12 | |
13 | 13 | namespace Api\Error; |
14 | 14 | |
15 | -use Api\Error\Exception\GenericApiException; |
|
16 | 15 | use Cake\Core\Configure; |
17 | -use Cake\Core\Exception\Exception; |
|
18 | 16 | use Cake\Error\ExceptionRenderer; |
19 | -use Cake\View\View; |
|
20 | 17 | |
21 | 18 | class JsonApiExceptionRenderer extends ExceptionRenderer |
22 | 19 | { |
@@ -10,7 +10,6 @@ |
||
10 | 10 | namespace App\Model\Table; |
11 | 11 | |
12 | 12 | use App\Lib\Model\Table\AppSettingTable; |
13 | -use Cake\Core\Configure; |
|
14 | 13 | use Cake\Validation\Validator; |
15 | 14 | use \Stopwatch\Lib\Stopwatch; |
16 | 15 |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use App\Controller\ErrorController; |
16 | 16 | use Cake\Controller\Component; |
17 | 17 | use Cake\Core\Configure; |
18 | -use Cake\ORM\TableRegistry; |
|
19 | 18 | use Cake\Routing\Router; |
20 | 19 | use Saito\App\Registry; |
21 | 20 | use Saito\Smiley\SmileyLoader; |
@@ -15,9 +15,6 @@ |
||
15 | 15 | use Cake\Core\Configure; |
16 | 16 | use Cake\Event\Event; |
17 | 17 | use Cake\Filesystem\File; |
18 | -use Cake\I18n\I18n; |
|
19 | -use Cake\ORM\Table; |
|
20 | -use Cake\ORM\TableRegistry; |
|
21 | 18 | use Installer\Form\UpdaterStartForm; |
22 | 19 | use Installer\Lib\DbVersion; |
23 | 20 | use Psr\Log\LogLevel; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Plugin\BbcodeParser\src\Lib\jBBCode\Definitions; |
4 | 4 | |
5 | 5 | use Cake\Cache\Cache; |
6 | -use Cake\Core\Configure; |
|
7 | 6 | use Plugin\BbcodeParser\src\Lib\Helper\Message; |
8 | 7 | use Plugin\BbcodeParser\src\Lib\Helper\UrlParserTrait; |
9 | 8 | use Saito\DomainParser; |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use Cake\Core\Configure; |
22 | 22 | use Cake\Event\Event; |
23 | 23 | use Cake\Http\Exception\BadRequestException; |
24 | -use Cake\Http\Exception\ForbiddenException; |
|
25 | 24 | use Cake\Http\Exception\MethodNotAllowedException; |
26 | 25 | use Cake\Http\Exception\NotFoundException; |
27 | 26 | use Cake\Http\Response; |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Cake\Http\ServerRequest; |
17 | 17 | use Cake\View\Helper\UrlHelper; |
18 | 18 | use Cake\View\View; |
19 | -use Saito\JsData\JsData; |
|
20 | 19 | use Saito\JsData\Notifications; |
21 | 20 | use Saito\User\ForumsUserInterface; |
22 | 21 |