Completed
Pull Request — master (#207)
by Fèvre
12:57 queued 10:51
created
src/Shell/MaintenanceShell.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use Cake\Cache\Cache;
5 5
 use Cake\Console\ConsoleOptionParser;
6 6
 use Cake\Console\Shell;
7
-use Cake\Utility\Inflector;
8 7
 
9 8
 class MaintenanceShell extends Shell
10 9
 {
Please login to merge, or discard this patch.
src/Controller/AppController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use App\Event\Logs;
6 6
 use App\I18n\Language;
7 7
 use Cake\Controller\Controller;
8
-use Cake\Core\Configure;
9 8
 use Cake\Event\Event;
10 9
 use Cake\I18n\Time;
11 10
 
Please login to merge, or discard this patch.