Skip to content

Commit

Permalink
Revert "Update src/BaseActiveRecord.php"
Browse files Browse the repository at this point in the history
This reverts commit 0af5333.
  • Loading branch information
niqingyang committed Dec 10, 2023
1 parent b479a12 commit 0af32f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaseActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,7 @@ public function getTableName(): string
/**
* @inheritDoc
*/
public function toArray(array $fields = [], array $expand = [], bool $recursive = true): array
{
$data = [];

Expand Down

0 comments on commit 0af32f1

Please sign in to comment.