]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 May 2019 14:11:39 +0000 (16:11 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 May 2019 14:11:39 +0000 (16:11 +0200)
src/app/Magic/Requests/CubistMagicRequest.php
src/app/Magic/Requests/CubistMagicUpdateRequest.php

index fe8cc5003b5d5d00f82269c2edc67e35019cf6d1..fad60244aa3382f0976c093ba3856223929f9c52 100644 (file)
@@ -1,20 +1,11 @@
 <?php
 
-
-namespace app\Magic\Requests;
+namespace Cubist\Backpack\app\Magic\Requests;
 
 use Illuminate\Foundation\Http\FormRequest;
 
 class CubistMagicRequest extends FormRequest
 {
-    /**
-     * CubistMagicRequest constructor.
-     */
-    public function __construct($controller, $operation)
-    {
-        $this->__construct();
-    }
-
 
     /**
      * Determine if the user is authorized to make this request.
index e7b181a8c02b14370ecb2199d3e390d9037e1604..d03b26ca1957f4ab0a0c104dd6d3c5e5fe476163 100644 (file)
@@ -1,9 +1,7 @@
 <?php
 
-
 namespace Cubist\Backpack\app\Magic\Requests;
 
-
 use app\Magic\Requests\CubistMagicRequest;
 
 class CubistMagicUpdateRequest extends CubistMagicRequest