[CORE][Controller] Switch order for content negotiation: allow events to take precedence. Bring back default JSON response

This commit is contained in:
2021-09-06 14:29:07 +01:00
parent bc5ddc52ea
commit e8ae0b74e0
2 changed files with 20 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ use DateTimeInterface;
* @copyright 2020-2021 Free Software Foundation, Inc http://www.fsf.org
* @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later
*/
class Note extends Entity
class Note extends Entity implements \JsonSerializable
{
// {{{ Autocode
// @codeCoverageIgnoreStart