Add exception handler for debug disabled
This commit is contained in:
parent
e516e6cbdf
commit
37e4278952
2 changed files with 16 additions and 1 deletions
|
@ -13,6 +13,8 @@ class HomeController extends Controller {
|
|||
|
||||
public function test()
|
||||
{
|
||||
a;
|
||||
|
||||
return view('index', ['test' => 'Dit is een test']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue