mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-03 20:14:24 +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
|
* @return Config
|
||||||
*/
|
*/
|
||||||
public function getConfig($file = null)
|
public function getConfig($file = 'config')
|
||||||
{
|
{
|
||||||
return $this->app->getConfig()->module($this->name, $file);
|
return $this->app->getConfig()->module($this->name, $file);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user