Skip to content

Commit

Permalink
Update contracts.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 26, 2018
1 parent 8294ae4 commit 712b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Handlers/ControlMenuHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function getPositionAttribute()
*
* @return bool
*/
protected function passesAuthorization()
protected function passesAuthorization(): bool
{
return $this->hasNestedMenu();
}
Expand Down

0 comments on commit 712b50f

Please sign in to comment.