mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 05:31:36 +08:00
更正Org命名空间
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
# 应用到ThinkPHP中,因而修改为ThinkPHP规范的命名空间
|
||||
# namespace Michelf;
|
||||
namespace think\parser\driver;
|
||||
namespace org\parser\driver;
|
||||
|
||||
#
|
||||
# The following two constants are deprecated: avoid using them, they'll
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
// | Ubb.php 2013-04-03
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace think\parser\driver;
|
||||
namespace org\parser\driver;
|
||||
|
||||
class Ubb
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user