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()
|
public function registerSettings()
|
||||||
{
|
{
|
||||||
$configuration = $this->getConfigurationFromYaml();
|
$configuration = $this->getConfigurationFromYaml();
|
||||||
if (array_key_exists('settings', $configuration)) {
|
if (array_key_exists('settings', $configuration)) {
|
||||||
return $configuration['settings'];
|
return $configuration['settings'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue