mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-11 16:18:42 +00:00
undo serialize deprecation and switch to installExternal api calls
This commit is contained in:
parent
4d71e72146
commit
d26fece31c
|
|
@ -117,6 +117,8 @@ final class Installer extends InstallerAbstract
|
|||
*/
|
||||
private static function installLink(DatabasePool $dbPool, array $data, int $app = null) : void
|
||||
{
|
||||
// @todo: implement in the api and then make an api call becuse we also want to be able to install
|
||||
// navigation elements manually through the user interface?!
|
||||
$navElement = new NavElement();
|
||||
|
||||
$navElement->id = (int) ($data['id'] ?? 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user