mirror of
https://github.com/getgrav/grav.git
synced 2026-03-05 20:11:50 +01:00
Minor fix
This commit is contained in:
@@ -105,7 +105,7 @@ class Group extends Data
|
||||
* Remove a group
|
||||
*
|
||||
* @param string $username
|
||||
* @return bool True is the action was performed
|
||||
* @return bool True if the action was performed
|
||||
*/
|
||||
public static function remove($groupname)
|
||||
{
|
||||
|
||||
@@ -50,7 +50,7 @@ class User extends Data
|
||||
* Remove user account.
|
||||
*
|
||||
* @param string $username
|
||||
* @return bool True is the action was performed
|
||||
* @return bool True if the action was performed
|
||||
*/
|
||||
public static function remove($username)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user