feat(ApiAware): implements

This commit is contained in:
Jérémy Dufraisse 2023-02-27 11:04:03 +01:00
parent e321e02c7f
commit cd549bf1db

View File

@ -2,12 +2,13 @@
// SPDX-License-Identifier: EUPL-1.2 // SPDX-License-Identifier: EUPL-1.2
// Authors: see README.md // Authors: see README.md
use SeaCMS\Api\ApiAware;
use SeaCMS\Api\JsonResponse; use SeaCMS\Api\JsonResponse;
/** /**
* A plugin for SeaCMS-app. * A plugin for SeaCMS-app.
*/ */
class SeacmsAppPlugin extends AbstractPicoPlugin class SeacmsAppPlugin extends AbstractPicoPlugin implements ApiAware
{ {
/** /**
* Pico API version. * Pico API version.