Skip to content

Commit b854100

Browse files
committed
small fix
1 parent acaca79 commit b854100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Validator/Authorization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function isValid(mixed $input): bool
8484
* @param string $role
8585
* @return void
8686
*/
87-
public function addRole(string $role): void // user:meldiron, users, any
87+
public function addRole(string $role): void
8888
{
8989
$this->roles[$role] = true;
9090
}

0 commit comments

Comments
 (0)