Skip to content

Commit 4963d6c

Browse files
committed
Update ActiveRecord.php
1 parent cfdfbe5 commit 4963d6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ActiveRecord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public static function insert(array $props = null): ActiveRecord
269269
*/
270270
public static function find(): QueryBuilderInterface
271271
{
272-
return static::getDb()->select(static::tableName())->bindObjectClass(static::class);
272+
return static::getDb()->select(static::tableName());
273273
}
274274

275275
/**

0 commit comments

Comments
 (0)