userModel refactor
This commit is contained in:
parent
1919fb359b
commit
2826a2c791
@ -142,6 +142,5 @@ final class UserModel extends UserSessionModel
|
|||||||
public static function deleteByID($I_id){
|
public static function deleteByID($I_id){
|
||||||
//TODO Make static
|
//TODO Make static
|
||||||
User::getByID($I_id)->delete();
|
User::getByID($I_id)->delete();
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user