Skip to content

Commit

Permalink
Merge pull request #2 from anythink-wx/master
Browse files Browse the repository at this point in the history
修改命名空间
  • Loading branch information
tmtbe authored May 29, 2019
2 parents 33d98db + 363b19a commit 6e0e540
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# esd-core
此为ESD框架核心组件


# 文档地址
https://www.kancloud.cn/tmtbe/goswoole/
4 changes: 2 additions & 2 deletions src/Core/ParamException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* Time: 15:35
*/

namespace ESD\BaseServer;
namespace ESD\Core;
use ESD\Core\Exception;

class ParamException extends Exception
{
}
}
4 changes: 2 additions & 2 deletions src/Core/Server/Beans/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace ESD\Core\Server\Beans;

use ESD\BaseServer\ParamException;
use ESD\Core\ParamException;
use ESD\Core\Exception;

/**
Expand Down Expand Up @@ -274,4 +274,4 @@ public function getXmlBody()
$xml = json_decode(json_encode($xml), true);
return (array)$xml;
}
}
}

0 comments on commit 6e0e540

Please sign in to comment.