Route correction and Home
This commit is contained in:
@ -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)) {
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user