mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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…
x
Reference in New Issue
Block a user