Completed
Push — master ( 025fda...363ead )
by Oleg
07:00
created
tests/BuilderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Malezha\Menu\Tests;
4 4
 
5
-use Illuminate\Support\Collection;
6 5
 use Malezha\Menu\Contracts\Builder;
7 6
 use Malezha\Menu\Entity\Attributes;
8 7
 use Malezha\Menu\Entity\Item;
Please login to merge, or discard this patch.
tests/LinkTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Malezha\Menu\Tests;
4 4
 
5
-use Illuminate\Contracts\Routing\UrlGenerator;
6 5
 use Malezha\Menu\Entity\Link;
7 6
 
8 7
 class LinkTest extends TestCase
Please login to merge, or discard this patch.