예제 #1
0
파일: token.php 프로젝트: ZerGabriel/cms-1
 public function execute(array $options = NULL)
 {
     return OAuth_Response::factory(parent::execute($options));
 }