示例#1
0
 protected function onRun(array $args, User $user)
 {
     return $user->logout($this->getMessage("Commands.Logout.Success", "You have logged out of your account"));
 }
示例#2
0
 protected function onRun(array $args, User $user)
 {
     return $user->logout();
 }