findByUser( $this->getUser() ); if ( $user->getKey() === null ) { return new SpecialOATHEnable( $repo, $user ); } else { return new SpecialOATHDisable( $repo, $user ); } } protected function getGroupName() { return 'oath'; } }