From bb674c88eb1a384a1775f20f7e579201b07e1b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Mon, 27 Feb 2023 11:05:01 +0100 Subject: [PATCH] feat(ApiAware): implement --- SeacmsAuth.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SeacmsAuth.php b/SeacmsAuth.php index 703a1e9..259e391 100644 --- a/SeacmsAuth.php +++ b/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.