From d2a801a3d46f3d126f9ef09c79f2267ada9b7c61 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 16 Jul 2019 19:13:03 +0200 Subject: [PATCH] #2898 --- config/cubist.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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', +]; -- 2.39.5