Skip to content

Commit

Permalink
chore: fix LegacyRecord import to infer the correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceComH committed Feb 7, 2025
1 parent a94c29a commit 086c349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LegacyRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class LegacyRecord implements ModelInterface, HasSchemaInterface
* Describes the Schema fields of the model. Optionally you can set it to
* the name of a Schema class to be used.
*
* @see Mongolid\Schema\Schema::$fields
* @see Schema
*
* @var string|string[]
*/
Expand All @@ -91,6 +91,7 @@ class LegacyRecord implements ModelInterface, HasSchemaInterface
* @param bool $useCache retrieves the entity through a CacheableCursor
*
* @return LegacyRecord
* @throws NoCollectionNameException
*/
public static function first(
$query = [],
Expand Down
1 change: 1 addition & 0 deletions src/Model/HasLegacyRelationsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Mongolid\Schema\Schema;
use Mongolid\Util\CacheComponentInterface;
use Mongolid\Util\ObjectIdUtils;
use Mongolid\LegacyRecord;

/**
* It is supposed to be used on model classes in general.
Expand Down

0 comments on commit 086c349

Please sign in to comment.