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

index 5910a08d23bea63f06b58abb1043170b0762ada1..29df5551dea8f6c82a053e5fc2e8060641fa60da 100644 (file)
@@ -14,4 +14,8 @@ class CubistMagicController extends CrudController
     protected $_routeURL;
     protected $_singular;
     protected $_plural;
+
+    public function _afterSetModel(){
+
+    }
 }