]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 May 2019 16:06:00 +0000 (18:06 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 May 2019 16:06:00 +0000 (18:06 +0200)
src/app/Magic/Models/CubistMagicModelAbstract.php

index 415c5ea2cd557cc9b9dff938e91b945a0190560e..a1576b9a92925f57ed28a46bde7aada3c1d2480e 100644 (file)
@@ -49,6 +49,11 @@ class CubistMagicModelAbstract extends Model
 
     }
 
+    public function getFields()
+    {
+        return $this->_fields;
+    }
+
     /**
      * Return the sluggable configuration array for this model.
      *