Paul Klimov
11 years ago
1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@
|
||||
<?php |
||||
/** |
||||
* @link http://www.yiiframework.com/ |
||||
* @copyright Copyright (c) 2008 Yii Software LLC |
||||
* @license http://www.yiiframework.com/license/ |
||||
*/ |
||||
|
||||
namespace yii\authclient\clients; |
||||
|
||||
use yii\authclient\OpenId; |
||||
|
||||
/** |
||||
* Class GoogleOpenId |
||||
* |
||||
* @author Paul Klimov <klimov.paul@gmail.com> |
||||
* @since 2.0 |
||||
*/ |
||||
class GoogleOpenId extends OpenId |
||||
{ |
||||
|
||||
} |
Loading…
Reference in new issue