]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 May 2019 12:54:02 +0000 (14:54 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 May 2019 12:54:02 +0000 (14:54 +0200)
src/app/Http/Controllers/CubistModelCrudController.php

index 5fa4be99d94a012627bd38bac44144f933df38e2..11058b94b4d62e1098578bdfc47bdff5f544e9a9 100644 (file)
@@ -23,7 +23,7 @@ class CubistModelCrudController extends CrudController
         | CrudPanel Basic Information
         |--------------------------------------------------------------------------
         */
-        $this->crud->setModel('App\Models\CubistModel');
+        $this->crud->setModel('Cubist\Backpack\app\Models\CubistModel');
         $this->crud->setRoute(config('backpack.base.route_prefix') . '/model');
         $this->crud->setEntityNameStrings('model', 'models');