Archived
1
0
Fork 0

app/controllers: Fixing namespace.

This commit is contained in:
Henrik Hautakoski 2018-04-02 12:17:10 +02:00
parent aa37d10024
commit f55c8adb20
8 changed files with 40 additions and 13 deletions

View file

@ -1,5 +1,9 @@
<?php
namespace App\Controller;
use App\Controller\ControllerBase;
class ErrorController extends ControllerBase
{
public function errorAction()