mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
更正Org命名空间
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user