mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
fix namespace of interface
This commit is contained in:
parent
cfe14cb55b
commit
85b828a2bc
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace phpOMS\WebRouter;
|
||||
namespace phpOMS\Router;
|
||||
|
||||
use phpOMS\Stdlib\Base\Enum;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace phpOMS\Router;
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Grammar\RouterInterface;
|
||||
|
||||
/**
|
||||
* Router class for web routes.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user