We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7400911 commit d0f7fd9Copy full SHA for d0f7fd9
src/Model/Entity/Configuration.php
@@ -72,7 +72,7 @@ protected function _getKey()
72
*/
73
protected function _getOptions()
74
{
75
- if(array_key_exists('name',$this->_properties)) {
+ if (array_key_exists('name', $this->_properties)) {
76
return Setting::options($this->_properties['name']);
77
}
78
return false;
0 commit comments