From ed7c7995a6d028aa0c049489935c913ce0a79b0d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 16:11:39 +0200 Subject: [PATCH] #2783 --- src/app/Magic/Requests/CubistMagicRequest.php | 11 +---------- src/app/Magic/Requests/CubistMagicUpdateRequest.php | 2 -- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/app/Magic/Requests/CubistMagicRequest.php b/src/app/Magic/Requests/CubistMagicRequest.php index fe8cc50..fad6024 100644 --- a/src/app/Magic/Requests/CubistMagicRequest.php +++ b/src/app/Magic/Requests/CubistMagicRequest.php @@ -1,20 +1,11 @@ __construct(); - } - /** * Determine if the user is authorized to make this request. diff --git a/src/app/Magic/Requests/CubistMagicUpdateRequest.php b/src/app/Magic/Requests/CubistMagicUpdateRequest.php index e7b181a..d03b26c 100644 --- a/src/app/Magic/Requests/CubistMagicUpdateRequest.php +++ b/src/app/Magic/Requests/CubistMagicUpdateRequest.php @@ -1,9 +1,7 @@