diff options
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Color.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Color.php b/app/Model/Color.php index 1fd81b85..73e5d629 100644 --- a/app/Model/Color.php +++ b/app/Model/Color.php @@ -147,7 +147,7 @@ class Color extends Base */ public function getDefaultColor() { - return 'yellow'; // TODO: make this parameter configurable + return $this->config->get('default_color', 'yellow'); } /** |