From 4efac954eaba6c58823439c6625f3d8e298fba9d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 18:06:00 +0200 Subject: [PATCH] #2783 --- src/app/Magic/Models/CubistMagicModelAbstract.php | 5 +++++ 1 file changed, 5 insertions(+) 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. * -- 2.39.5