From b479a120a6c9e881ebcc99cf2785e2a8b1422a58 Mon Sep 17 00:00:00 2001 From: niqingyang Date: Sun, 10 Dec 2023 15:33:59 +0800 Subject: [PATCH] Revert "Update src/ActiveRecordInterface.php" This reverts commit baf1889c004dd6a681530044eaaa55ea5d47496a. --- src/ActiveRecordInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ActiveRecordInterface.php b/src/ActiveRecordInterface.php index 6ec025b45..0be43e215 100644 --- a/src/ActiveRecordInterface.php +++ b/src/ActiveRecordInterface.php @@ -513,4 +513,5 @@ public function populateRecord(array|object $row): void; * * @return array The array representation of the object. */ + public function toArray(array $fields = [], array $expand = [], bool $recursive = true): array; }