Browse Source

updated Libraries/Aauth.php

v3-dev
REJack 6 years ago
parent
commit
45702cfde0
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 4
      application/Libraries/Aauth.php

4
application/Libraries/Aauth.php

@ -433,7 +433,7 @@ class Aauth
* *
* @return boolean * @return boolean
*/ */
public function banUser(int $userId) public function banUser(int $userId = null)
{ {
$userModel = new UserModel(); $userModel = new UserModel();
@ -459,7 +459,7 @@ class Aauth
* *
* @return boolean * @return boolean
*/ */
public function unbanUser(int $userId) public function unbanUser(int $userId = null)
{ {
$userModel = new UserModel(); $userModel = new UserModel();

Loading…
Cancel
Save