@@ -17,7 +17,6 @@ |
||
17 | 17 | use App\Model\Table\CategoriesTable; |
18 | 18 | use Bookmarks\Model\Table\BookmarksTable; |
19 | 19 | use Cake\Cache\Cache; |
20 | -use Cake\Datasource\EntityInterface; |
|
21 | 20 | use Cake\Event\Event; |
22 | 21 | use Cake\Http\Exception\NotFoundException; |
23 | 22 | use Cake\ORM\Entity; |
@@ -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; |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use App\Model\Table\EntriesTable; |
18 | 18 | use Cake\Core\Configure; |
19 | 19 | use Cake\Http\Exception\BadRequestException; |
20 | -use Cake\Http\Exception\HttpException; |
|
21 | 20 | use Cake\Http\Exception\NotFoundException; |
22 | 21 | use Saito\Exception\SaitoForbiddenException; |
23 | 22 | use Saito\Posting\PostingInterface; |