From b15d02be12a38e6c43ef69fc421ff24f27c6cd69 Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 13 Nov 2023 17:52:39 +0800 Subject: [PATCH] eee --- src/Validator/FormBase.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Validator/FormBase.php b/src/Validator/FormBase.php index c313eb0..157ef34 100644 --- a/src/Validator/FormBase.php +++ b/src/Validator/FormBase.php @@ -2,9 +2,8 @@ namespace Kiri\Router\Validator; -use Kiri\ToArray; -abstract class FormBase implements ToArray, \JsonSerializable, \Stringable +abstract class FormBase implements \Arrayable, \JsonSerializable, \Stringable { } \ No newline at end of file