Upgrade to 3.5.5
This commit is contained in:
@@ -23,7 +23,7 @@ class Roles extends Collection
|
||||
* roles that can be created by the
|
||||
* current user
|
||||
*
|
||||
* @return self
|
||||
* @return $this|static
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function canBeChanged()
|
||||
@@ -47,7 +47,7 @@ class Roles extends Collection
|
||||
* roles that can be created by the
|
||||
* current user
|
||||
*
|
||||
* @return self
|
||||
* @return $this|static
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function canBeCreated()
|
||||
@@ -69,7 +69,7 @@ class Roles extends Collection
|
||||
/**
|
||||
* @param array $roles
|
||||
* @param array $inject
|
||||
* @return self
|
||||
* @return static
|
||||
*/
|
||||
public static function factory(array $roles, array $inject = [])
|
||||
{
|
||||
@@ -93,7 +93,7 @@ class Roles extends Collection
|
||||
/**
|
||||
* @param string|null $root
|
||||
* @param array $inject
|
||||
* @return self
|
||||
* @return static
|
||||
*/
|
||||
public static function load(string $root = null, array $inject = [])
|
||||
{
|
||||
|
Reference in New Issue
Block a user