Skip to content

Commit

Permalink
Merge pull request #5 from netcore/master
Browse files Browse the repository at this point in the history
Added additional menu active resolver for custom views
  • Loading branch information
gstvr authored Dec 16, 2017
2 parents 24bbaa1 + 6b86db9 commit bf05286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database/Seeders/MenuTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function run()
'type' => 'route',
'is_active' => 1,
'value' => 'user::users.index',
'active_resolver' => 'user::users.*',
'active_resolver' => 'user::users.*,admin.user::users.*',
'module' => 'User',
'parameters' => json_encode([])
]
Expand Down

0 comments on commit bf05286

Please sign in to comment.