Skip to content

Commit 5b3a658

Browse files
author
Marius
committed
fix return type for setKeysForSelectQuery
1 parent b30d696 commit 5b3a658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/BaseModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function isIndexRequiredOnFiltering(): bool
270270
*/
271271
protected function setKeysForSelectQuery($query)
272272
{
273-
$this->setKeysForSaveQuery($query);
273+
return $this->setKeysForSaveQuery($query);
274274
}
275275

276276
/**

0 commit comments

Comments
 (0)