Completed
Branch master (f15b87)
by AJ
01:45
created
src/Routing/SubdomainRouteTrait.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
  
16 16
 namespace Multidimensional\Subdomains\Routing;
17 17
 
18
-use Cake\Network\Request; 
18
+use Cake\Network\Request;
19 19
 use Cake\Routing\Router;
20 20
 use Cake\Core\Configure;
21 21
 
Please login to merge, or discard this patch.
src/Shell/SubdomainsInstallShell.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use Cake\Core\Configure;
19 19
 use Cake\Console\Shell;
20
-use Cake\Console\Helper;
21 20
 
22 21
 class SubdomainsInstallShell extends Shell {
23 22
     
Please login to merge, or discard this patch.