fixed module ns error
This commit is contained in:
parent
bd52a9b60b
commit
df976d1315
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace api\core;
|
||||
namespace api\module;
|
||||
|
||||
use \error\core\Error;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace api\core;
|
||||
namespace api\module;
|
||||
|
||||
use \error\core\Error;
|
||||
|
||||
|
|
Loading…
Reference in New Issue