fix namespaces and references
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<?php
|
||||
namespace Core;
|
||||
namespace Api\Core;
|
||||
|
||||
class Router {
|
||||
private $routes = [];
|
||||
private $container;
|
||||
|
||||
public function __construct(\Core\Container $container) {
|
||||
public function __construct(Container $container) {
|
||||
$this->container = $container;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user