From 37b0fe5ca433ab368c7c7bc4ee4e20bfafba9bd5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 16:22:33 +0200 Subject: [PATCH] #2783 --- src/app/Magic/Requests/CubistMagicRequest.php | 1 - src/app/Magic/Requests/CubistMagicStoreRequest.php | 2 -- src/app/Magic/Requests/CubistMagicUpdateRequest.php | 2 -- 3 files changed, 5 deletions(-) diff --git a/src/app/Magic/Requests/CubistMagicRequest.php b/src/app/Magic/Requests/CubistMagicRequest.php index fad6024..72854c8 100644 --- a/src/app/Magic/Requests/CubistMagicRequest.php +++ b/src/app/Magic/Requests/CubistMagicRequest.php @@ -26,7 +26,6 @@ class CubistMagicRequest extends FormRequest */ public function rules() { - return [ // 'name' => 'required|min:5|max:255' ]; diff --git a/src/app/Magic/Requests/CubistMagicStoreRequest.php b/src/app/Magic/Requests/CubistMagicStoreRequest.php index d1e8ccc..efe3725 100644 --- a/src/app/Magic/Requests/CubistMagicStoreRequest.php +++ b/src/app/Magic/Requests/CubistMagicStoreRequest.php @@ -2,8 +2,6 @@ namespace Cubist\Backpack\app\Magic\Requests; -use app\Magic\Requests\CubistMagicRequest; - class CubistMagicStoreRequest extends CubistMagicRequest { diff --git a/src/app/Magic/Requests/CubistMagicUpdateRequest.php b/src/app/Magic/Requests/CubistMagicUpdateRequest.php index d03b26c..b22e8e9 100644 --- a/src/app/Magic/Requests/CubistMagicUpdateRequest.php +++ b/src/app/Magic/Requests/CubistMagicUpdateRequest.php @@ -2,8 +2,6 @@ namespace Cubist\Backpack\app\Magic\Requests; -use app\Magic\Requests\CubistMagicRequest; - class CubistMagicUpdateRequest extends CubistMagicRequest { -- 2.39.5