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)) {

View File

@ -1,7 +1,7 @@
@extends('layout.base')
@section('page_content')
<div class="ui container">
Home
<div class="ui center aligned container">
<h1 class="header">Home</h1>
</div>
@endsection