Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 11, 2017
1 parent 9dd222c commit e9e34b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Auth/Access/Gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,11 @@ protected function resolveUser()
}

/**
* Get the abilities.
* Get all of the defined abilities.
*
* @return array
*/
public function getAbilities()
public function abilities()
{
return $this->abilities;
}
Expand Down

0 comments on commit e9e34b5

Please sign in to comment.