Skip to content

Commit

Permalink
Update find() method signature in FinderRepositoryInterface.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Dec 1, 2023
1 parent f48a20d commit a4b13e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/FinderRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface FinderRepositoryInterface
*
* @return ActiveQueryInterface A query object for further refinement or execution.
*/
public function find(): ActiveQueryInterface;
public function find(ActiveRecordInterface $ar): ActiveQueryInterface;

/**
* Find all records.
Expand Down

0 comments on commit a4b13e2

Please sign in to comment.