Skip to content

Commit e9e34b5

Browse files
committed
rename method
1 parent 9dd222c commit e9e34b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Auth/Access/Gate.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -471,11 +471,11 @@ protected function resolveUser()
471471
}
472472

473473
/**
474-
* Get the abilities.
474+
* Get all of the defined abilities.
475475
*
476476
* @return array
477477
*/
478-
public function getAbilities()
478+
public function abilities()
479479
{
480480
return $this->abilities;
481481
}

0 commit comments

Comments
 (0)