Route correction and Home

This commit is contained in:
2020-12-18 00:03:53 -03:00
parent f5936c91ef
commit c2e8979c38
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php
use ProVM\Common\Helper\Merger;
use Incoviba\Control\Common\Controller\Home;
use ProVM\Common\Controller\Home;
$folder = (new Merger(DIRECTORY_SEPARATOR))->add(__DIR__)->add($__environment)->merge();
if (file_exists($folder)) {