From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 16:06:00 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4efac954eaba6c58823439c6625f3d8e298fba9d;p=cubist_cms-back.git #2783 --- diff --git a/src/app/Magic/Models/CubistMagicModelAbstract.php b/src/app/Magic/Models/CubistMagicModelAbstract.php index 415c5ea..a1576b9 100644 --- a/src/app/Magic/Models/CubistMagicModelAbstract.php +++ b/src/app/Magic/Models/CubistMagicModelAbstract.php @@ -49,6 +49,11 @@ class CubistMagicModelAbstract extends Model } + public function getFields() + { + return $this->_fields; + } + /** * Return the sluggable configuration array for this model. *