Browse Source

del user

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
be37f60b9b
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/Auth/Business/LuticateUsersBusiness.php

+ 5
- 0
src/Auth/Business/LuticateUsersBusiness.php View File

@@ -173,4 +173,9 @@ class LuticateUsersBusiness extends LuBusiness {
173 173
         self::login($user->getUsername(), $oldPassword);
174 174
         return self::setPassword($user->getId(), $password);
175 175
     }
176
+
177
+    public static function del($user_id)
178
+    {
179
+        parent::deleteById($user_id);
180
+    }
176 181
 }

Loading…
Cancel
Save