feat(ApiAware): implements

master
dufraissejeremy 2 years ago
parent e321e02c7f
commit cd549bf1db
  1. 3
      SeacmsAppPlugin.php

@ -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.

Loading…
Cancel
Save