Using the "extension" parameter

This commit is contained in:
Michael 2021-11-09 19:40:39 +00:00
parent b4fc1da045
commit a6db8df92d
5 changed files with 13 additions and 26 deletions

View file

@ -70,6 +70,6 @@ class Index extends BaseApi
];
}
self::exit('events', ['events' => $items]);
self::exit('events', ['events' => $items], $parameters['extension'] ?? null);
}
}