Verified Commit a27d574c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(systems) Add new methods from interface is servicesManagement

issue #5960
Showing with 9 additions and 0 deletions
+9 -0
...@@ -677,4 +677,13 @@ class servicesManagement extends management implements SimpleTab ...@@ -677,4 +677,13 @@ class servicesManagement extends management implements SimpleTab
} }
return $oc; return $oc;
} }
/*!
* \brief Fill attributes which may be used in hooks
*
* Used by simplePlugin::callHook
*/
public function fillHookAttrs (array &$addAttrs)
{
}
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment