Skip to content

Commit

Permalink
Merge pull request agungsugiarto#26 from agungsugiarto/analysis-64nZl4
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
agungsugiarto authored Mar 23, 2020
2 parents 3127e19 + 928b5f5 commit e6b18b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/GroupMenuModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function menuHasRole()
->groupBy('menu.id')
->get()
->getResultObject();

cache()->save(user()->id.'_group_menu', $found, 300);
}

Expand Down

0 comments on commit e6b18b4

Please sign in to comment.