VENOM: fixed Routing to class SeoController
This commit is contained in:
parent
430681d84f
commit
3c9be5efba
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
|
||||
namespace Venom\Routing;
|
||||
namespace Venom\Controller;
|
||||
|
||||
|
||||
use Venom\Core\ArgumentHandler;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
namespace Venom\Core;
|
||||
|
||||
use Venom\Routing\SeoController;
|
||||
use Venom\Controller\SeoController;
|
||||
|
||||
/**
|
||||
* Singleton Class... hold current URL => can
|
||||
|
|
Loading…
Reference in a new issue