Update error handler

This commit is contained in:
Maarten 2019-12-27 00:48:09 +01:00
parent 37e4278952
commit b2ce582152
10 changed files with 131 additions and 24 deletions

View file

@ -3,6 +3,7 @@
namespace App\Http\Controllers;
use Runtime\Http\Controllers\Controller;
use Runtime\Http\View\Factory;
class HomeController extends Controller {
@ -13,8 +14,7 @@ class HomeController extends Controller {
public function test()
{
a;
a
return view('index', ['test' => 'Dit is een test']);
}