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 80ac5e5 commit 1a704f3Copy full SHA for 1a704f3
src/NavsmithServiceProvider.php
@@ -2,7 +2,6 @@
2
3
namespace CodeLinde\Navsmith;
4
5
-use CodeLinde\Navsmith\Commands\NavsmithCommand;
6
use CodeLinde\Navsmith\Facades\Navsmith;
7
use CodeLinde\Navsmith\View\Components\Links;
8
use Illuminate\Routing\RouteRegistrar;
tests/TestCase.php
@@ -3,7 +3,6 @@
namespace CodeLinde\Navsmith\Tests;
use CodeLinde\Navsmith\NavsmithServiceProvider;
-use Illuminate\Database\Eloquent\Factories\Factory;
use Illuminate\Foundation\Testing\Concerns\InteractsWithViews;
use Illuminate\Support\Facades\Route;
9
use Orchestra\Testbench\TestCase as Orchestra;
0 commit comments