event - update mapado infos on update

This commit is contained in:
isUnknown 2024-07-30 19:03:01 +02:00
parent 6df3927970
commit c1a94e832f
10 changed files with 215 additions and 11 deletions

View file

@ -35,5 +35,8 @@ return [
'routes' => [
require_once(__DIR__ . '/routes/mapado-api.php'),
require_once(__DIR__ . '/routes/month-dates.php')
],
'hooks' => [
'page.update:after' => require_once(__DIR__ . '/hooks/update-mapado-event.php')
]
];