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; }