feat(ApiAware): implement

master
dufraissejeremy 2 years ago
parent e62284363a
commit bb674c88eb
  1. 3
      SeacmsAuth.php

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

Loading…
Cancel
Save