Completed
Pull Request — master (#243)
by Anton
04:24
created
application/modules/test/controllers/route-with-params.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use Bluz\Proxy\Layout;
11 11
 use Bluz\Proxy\Request;
12
-use Bluz\Proxy\Router;
13 12
 
14 13
 return
15 14
 /**
Please login to merge, or discard this patch.
application/library/Application/Bootstrap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use Bluz\Proxy\Layout;
11 11
 use Bluz\Proxy\Request;
12
-use Bluz\Proxy\Router;
13 12
 
14 13
 return
15 14
 /**
Please login to merge, or discard this patch.
application/modules/test/controllers/route-with-param.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use Bluz\Proxy\Layout;
11 11
 use Bluz\Proxy\Request;
12
-use Bluz\Proxy\Router;
13 12
 
14 13
 return
15 14
 /**
Please login to merge, or discard this patch.