Skip to content

Commit e77b754

Browse files
Merge branch 'develop' of https://github.com/hexadog/laravel-menus-manager into develop
2 parents fe14769 + 0842422 commit e77b754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Illuminate\Support\Arr;
88
use Illuminate\Support\Collection;
99
use Illuminate\Support\Facades\Request;
10-
use Illuminate\Support\Facades\Route;
1110
use Illuminate\Support\Facades\URL;
1211
use Illuminate\Support\HtmlString;
1312

@@ -208,6 +207,7 @@ public function isActive()
208207
}
209208

210209
$path = ltrim(str_replace(url('/'), '', $this->getUrl()), '/');
210+
211211
return Request::is(
212212
$path,
213213
$path . '/*'

0 commit comments

Comments
 (0)