Update Composer packages
This commit is contained in:
parent
76a5c7ea8b
commit
9252d9ce90
32 changed files with 906 additions and 114 deletions
|
@ -18,6 +18,13 @@ namespace Kirby\Cms;
|
|||
*/
|
||||
class Roles extends Collection
|
||||
{
|
||||
/**
|
||||
* All registered roles methods
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public static $methods = [];
|
||||
|
||||
/**
|
||||
* Returns a filtered list of all
|
||||
* roles that can be created by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue