更正Org命名空间

This commit is contained in:
Haotong Lin
2015-12-07 21:17:22 +08:00
parent d7e920c6b6
commit 6be0caaeaa
31 changed files with 116 additions and 83 deletions

View File

@@ -9,7 +9,7 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace think\oauth;
namespace org\oauth;
abstract class Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Baidu extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 杨维杰 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Diandian extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Douban extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Github extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Google extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Kaixin extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Msn extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Qq extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Renren extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Sina extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Sohu extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class T163 extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Taobao extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class Tencent extends Driver
{

View File

@@ -9,9 +9,9 @@
// | Author: 麦当苗儿 <zuojiazi.cn@gmail.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace think\oauth\driver;
namespace org\oauth\driver;
use think\oauth\Driver;
use org\oauth\Driver;
class X360 extends Driver
{