mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
RestoreBasketForm: do not complain about legacy...
...method names
This commit is contained in:
parent
75787911b5
commit
83248f8f12
@ -23,13 +23,21 @@ class RestoreBasketForm extends QuickForm
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @codingStandardsIgnoreStart
|
||||
* @return Auth
|
||||
*/
|
||||
protected function Auth()
|
||||
{
|
||||
return Auth::getInstance();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Config
|
||||
*/
|
||||
protected function Config()
|
||||
{
|
||||
// @codingStandardsIgnoreEnd
|
||||
return Config::module('director');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user