Completed
Branch s3_upload (8c491e)
by satoru
02:04
created
src/Controller/Traits/NormalContentsFileControllerTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
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
  * 通常のファイルローダー周り
Please login to merge, or discard this patch.
src/Controller/Traits/S3ContentsFileControllerTrait.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.