From: Vincent Vanwaelscappel Date: Tue, 25 Jun 2019 09:50:55 +0000 (+0200) Subject: #2843 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b476146f4d28c10be5f9f8f768f756d1e3f7cb5e;p=cubist_cms-back.git #2843 --- diff --git a/src/app/Magic/Models/Settings.php b/src/app/Magic/Models/Settings.php index 5ce9d54..3447790 100644 --- a/src/app/Magic/Models/Settings.php +++ b/src/app/Magic/Models/Settings.php @@ -7,4 +7,8 @@ namespace Cubist\Backpack\app\Magic\Models; class Settings { protected $table = 'cubist_settings'; + + protected $_options = ['name' => 'settings', + 'singular' => 'setting', + 'plural' => 'settings']; }