Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
[Fix] Fix namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
GothShoot committed Jan 28, 2019
1 parent 5aff513 commit e17b949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
require_once ROOT_DIR.'/vendor/autoload.php';
use Module\ProfilerModule\Services\Profiler;
use Module\RouterModule\Services\Router;
use Alzundaz\Router\Services\Router;
if(isset($_GET['token'])){
Profiler::getInstance()->profilerPage();
} else {
Expand Down

0 comments on commit e17b949

Please sign in to comment.