Update error handler
This commit is contained in:
parent
37e4278952
commit
b2ce582152
10 changed files with 131 additions and 24 deletions
|
@ -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']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue