Completed
Branch develop (31fc1e)
by Hassan
11:03 queued 08:06
created
src/Manager.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -38,6 +38,7 @@
 block discarded – undo
38 38
 
39 39
     /**
40 40
      * @inheritDoc
41
+     * @param string $name
41 42
      */
42 43
     public function driver($name = null)
43 44
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Larabros\Laranav;
4 4
 
5
-use Larabros\Laranav\Menus\Menu;
6 5
 use Illuminate\Support\Manager as AbstractManager;
7
-use Illuminate\Contracts\Foundation\Application;
6
+use Larabros\Laranav\Menus\Menu;
8 7
 
9 8
 class Manager extends AbstractManager
10 9
 {
Please login to merge, or discard this patch.