Completed
Push — master ( 644edb...4fc76a )
by Vítor
03:11
created
src/MicroApp.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Symfony\Component\Routing\Matcher\UrlMatcher as UrlMatcher;
15 15
 use Symfony\Component\Routing\Route as Route;
16 16
 use Symfony\Component\Routing\RouteCollection;
17
-use Symfony\Component\Routing\Router;
18 17
 
19 18
 /**
20 19
  * The PPI MicroApp bootstrap class.
Please login to merge, or discard this patch.
src/Router/Loader/LaravelRoutesLoader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace PPI\Framework\Router\Loader;
12 12
 
13
-use Illuminate\Routing\Router;
14 13
 use Illuminate\Routing\Router as LaravelRouter;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.