mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 12:24:29 +02:00
Provide default config name for Module::getConfig()
This commit is contained in:
parent
47f21eebaa
commit
0002c0be26
@ -600,7 +600,7 @@ class Module
|
||||
*
|
||||
* @return Config
|
||||
*/
|
||||
public function getConfig($file = null)
|
||||
public function getConfig($file = 'config')
|
||||
{
|
||||
return $this->app->getConfig()->module($this->name, $file);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user