We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd60bfa + ba73d70 commit 86a0892Copy full SHA for 86a0892
src/Menu.php
@@ -4,7 +4,7 @@
4
5
use Closure;
6
use Countable;
7
-use Illuminate\Config\Repository;
+use Illuminate\Contracts\Config\Repository;
8
use Illuminate\View\Factory;
9
10
class Menu implements Countable
src/MenuBuilder.php
@@ -3,7 +3,7 @@
3
namespace Nwidart\Menus;
use Illuminate\View\Factory as ViewFactory;
class MenuBuilder implements Countable
0 commit comments