コード例 #1
0
ファイル: LockCommand.php プロジェクト: GoneTone/HereAuth
 protected function onRun(array $args, User $user)
 {
     return $user->lock();
 }