From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 14:22:33 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=37b0fe5ca433ab368c7c7bc4ee4e20bfafba9bd5;p=cubist_cms-back.git #2783 --- 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 {