We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdfbe5 commit 4963d6cCopy full SHA for 4963d6c
1 file changed
src/ActiveRecord.php
@@ -269,7 +269,7 @@ public static function insert(array $props = null): ActiveRecord
269
*/
270
public static function find(): QueryBuilderInterface
271
{
272
- return static::getDb()->select(static::tableName())->bindObjectClass(static::class);
+ return static::getDb()->select(static::tableName());
273
}
274
275
/**
0 commit comments