@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace Spatie\Menu\Traits; |
| 4 | 4 | |
| 5 | 5 | use Spatie\Menu\ActiveUrlChecker; |
| 6 | -use Spatie\Menu\Helpers\Str; |
|
| 7 | -use Spatie\Url\Url; |
|
| 8 | 6 | |
| 9 | 7 | /** |
| 10 | 8 | * Expects an `$active` property on the class. |