From 39aa8530424310663c888f9e02224158961532e3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 30 Oct 2018 18:41:29 +0100 Subject: PHP is crap --- infrastructure/Http/ApiRequest.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 infrastructure/Http/ApiRequest.php (limited to 'infrastructure/Http/ApiRequest.php') diff --git a/infrastructure/Http/ApiRequest.php b/infrastructure/Http/ApiRequest.php deleted file mode 100644 index 0183bb4..0000000 --- a/infrastructure/Http/ApiRequest.php +++ /dev/null @@ -1,21 +0,0 @@ -errors()->toJson()); - } - - protected function failedAuthorization() - { - throw new HttpException(403); - } -} -- cgit v1.2.3