diff options
Diffstat (limited to 'includes/concert.php')
-rw-r--r-- | includes/concert.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/concert.php b/includes/concert.php index 6257fab..db8d68a 100644 --- a/includes/concert.php +++ b/includes/concert.php @@ -274,6 +274,11 @@ if ( !class_exists('GiglogAdmin_Concert') ) { { return $this->roles; } + + public function assign_role( int $role, string $username ) : void + { + $this->roles[$role] = $username; + } } } ?> |