userModel refactor

This commit is contained in:
Djalim Simaila 2023-01-24 11:09:45 +01:00 committed by Thomas Rubini
parent 1919fb359b
commit 2826a2c791
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -142,6 +142,5 @@ final class UserModel extends UserSessionModel
public static function deleteByID($I_id){
//TODO Make static
User::getByID($I_id)->delete();
}
}