]> _ Git - pmi.git/commitdiff
#2898
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jul 2019 17:13:03 +0000 (19:13 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jul 2019 17:13:03 +0000 (19:13 +0200)
config/cubist.php

index ab169871ff2dd0186ceb894ab37429560b284a18..8299bca8075bcc12883262579d5210abe7adde1c 100644 (file)
@@ -1,3 +1,5 @@
 <?php
-return ['page_model' => '\App\Models\Page'];
-
+return [
+    'page_model' => '\App\Models\Page',
+    'settings_model' => '\App\Models\Settings',
+];