event - update mapado infos on update
This commit is contained in:
parent
6df3927970
commit
c1a94e832f
10 changed files with 215 additions and 11 deletions
|
|
@ -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')
|
||||
]
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue