예제 #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();
 }