From: Vincent Vanwaelscappel Date: Tue, 16 Jul 2019 17:13:03 +0000 (+0200) Subject: #2898 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d2a801a3d46f3d126f9ef09c79f2267ada9b7c61;p=pmi.git #2898 --- diff --git a/config/cubist.php b/config/cubist.php index ab16987..8299bca 100644 --- a/config/cubist.php +++ b/config/cubist.php @@ -1,3 +1,5 @@ '\App\Models\Page']; - +return [ + 'page_model' => '\App\Models\Page', + 'settings_model' => '\App\Models\Settings', +];