@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace ContentsFile\Controller\Traits; |
4 | 4 | |
5 | 5 | use Cake\Core\Configure; |
6 | -use Cake\Network\Exception\NotFoundException; |
|
7 | -use Cake\ORM\TableRegistry; |
|
8 | 6 | |
9 | 7 | /** |
10 | 8 | * 通常のファイルローダー周り |
@@ -2,9 +2,6 @@ |
||
2 | 2 | namespace ContentsFile\Controller\Traits; |
3 | 3 | |
4 | 4 | use Cake\Core\Configure; |
5 | -use Cake\Network\Exception\NotFoundException; |
|
6 | -use Cake\ORM\TableRegistry; |
|
7 | -use Cake\Utility\Inflector; |
|
8 | 5 | use ContentsFile\Aws\S3; |
9 | 6 | |
10 | 7 | /** |