Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
Update Navigation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 27, 2015
1 parent b62ba62 commit 300baf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Navigation/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function getBackUserMenu()

public function getBackUserRoleMenu()
{
if (count(UserRole::values() == 1)) {
if (count(UserRole::values()) == 1) {
return '';
}

Expand Down

0 comments on commit 300baf1

Please sign in to comment.