Skip to content

Commit

Permalink
implement the interface ArrayableInterface for BaseActiveRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
niqingyang committed Dec 9, 2023
1 parent cb9db0e commit 044755d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Stubs/ActiveRecord/CustomerForArrayable.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public function fields(): array
return $fields;
}

public function setItem(self $item) {
public function setItem(self $item)
{
$this->item = $item;
}

Expand Down

0 comments on commit 044755d

Please sign in to comment.