1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-02 14:07:31 +00:00

enable client view change

This commit is contained in:
devfake
2015-06-21 17:14:53 +02:00
parent 897fa598f6
commit 3a31f3031a
4 changed files with 17 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
use Exception;
use Symfony\Component\HttpKernel\Exception\HttpException;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class Handler extends ExceptionHandler {