mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-30 02:19:34 -05:00
Controller::storage(): Only return an instance of LegacyStorage
This commit is contained in:
parent
d0df785bbd
commit
95776d309b
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class Controller extends CompatController
|
|||
}
|
||||
|
||||
/**
|
||||
* @return LegacyStorage|Storage
|
||||
* @return LegacyStorage
|
||||
*/
|
||||
protected function storage()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue