Converted all indents to spaces
Converted all indents to spaces
This commit is contained in:
parent
c6d3780d10
commit
0710418df7
|
|
@ -138,10 +138,10 @@ class PluginBase extends ServiceProviderBase
|
|||
*/
|
||||
public function registerSettings()
|
||||
{
|
||||
$configuration = $this->getConfigurationFromYaml();
|
||||
if (array_key_exists('settings', $configuration)) {
|
||||
return $configuration['settings'];
|
||||
}
|
||||
$configuration = $this->getConfigurationFromYaml();
|
||||
if (array_key_exists('settings', $configuration)) {
|
||||
return $configuration['settings'];
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue