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.
1 parent bd60bfa commit ba73d70Copy full SHA for ba73d70
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