]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 27 May 2019 16:41:24 +0000 (18:41 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 27 May 2019 16:41:24 +0000 (18:41 +0200)
src/app/Magic/Controllers/CubistMagicController.php

index 8573a5731c5173cf0767b70940989bbbf2471523..9c58e31933ed92b7ec33a50e3b7cbb8ae79f3f81 100644 (file)
@@ -9,11 +9,10 @@ use Cubist\Backpack\app\Magic\Models\CubistMagicModelAbstract;
 use Cubist\Backpack\app\Magic\Requests\CubistMagicStoreRequest;
 use Cubist\Backpack\app\Magic\Requests\CubistMagicUpdateRequest;
 use Webfactor\Laravel\Backpack\NestedModels\Controllers\NestedModelsCrudController;
-use Webfactor\Laravel\Backpack\NestedModels\Traits\NestedModelTrait;
 
 class CubistMagicController extends NestedModelsCrudController
 {
-    use CrudTrait, NestedModelTrait;
+    use CrudTrait;
 
     protected $_modelNamespace;
     protected $_routeURL;