Skip to content

Commit e9e34b5

Browse files
committed
rename method
1 parent 9dd222c commit e9e34b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/Auth/Access/Gate.php

Lines changed: 2 additions & 2 deletions
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)