@@ -20,8 +20,6 @@ |
||
| 20 | 20 | use Cake\Http\Exception\MethodNotAllowedException; |
| 21 | 21 | use Cake\Http\Exception\NotFoundException; |
| 22 | 22 | use Cake\ORM\Entity; |
| 23 | -use Cake\ORM\Query; |
|
| 24 | -use Saito\App\Registry; |
|
| 25 | 23 | use Saito\Exception\SaitoForbiddenException; |
| 26 | 24 | |
| 27 | 25 | /** |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Cake\Event\Event; |
| 10 | 10 | use Cake\Http\Http\Response; |
| 11 | 11 | use Cake\I18n\I18n; |
| 12 | -use Cake\Routing\Router; |
|
| 13 | 12 | use Saito\App\SettingsImmutable; |
| 14 | 13 | use Saito\Event\SaitoEventManager; |
| 15 | 14 | use Saito\User\CurrentUser\CurrentUser; |
@@ -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; |
@@ -9,7 +9,6 @@ discard block |
||
| 9 | 9 | |
| 10 | 10 | namespace App\Controller; |
| 11 | 11 | |
| 12 | -use App\Controller\Component\CurrentUserComponent; |
|
| 13 | 12 | use App\Controller\Component\MarkAsReadComponent; |
| 14 | 13 | use App\Controller\Component\ThreadsComponent; |
| 15 | 14 | use App\Model\Entity\Entry; |
@@ -21,9 +20,7 @@ discard block |
||
| 21 | 20 | use Cake\Http\Exception\ForbiddenException; |
| 22 | 21 | use Cake\Http\Exception\MethodNotAllowedException; |
| 23 | 22 | use Cake\Http\Exception\NotFoundException; |
| 24 | -use Cake\I18n\Time; |
|
| 25 | 23 | use Cake\Routing\RequestActionTrait; |
| 26 | -use Saito\App\Registry; |
|
| 27 | 24 | use Saito\Posting\Posting; |
| 28 | 25 | use Saito\User\ForumsUserInterface; |
| 29 | 26 | use Stopwatch\Lib\Stopwatch; |