修正 命名空间大小写

修正 扩展控制器目录位置
This commit is contained in:
huangdijia
2015-01-23 13:39:51 +08:00
parent b32d00b7f8
commit a2716ad313
71 changed files with 127 additions and 394 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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