mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-04 22:23:13 -04:00
Provide default config name for Module::getConfig()
This commit is contained in:
parent
47f21eebaa
commit
0002c0be26
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue