Skip to content

Commit

Permalink
Add key type to fix lazy loading issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Aug 18, 2021
1 parent 01f56f3 commit 259f568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/model/src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class Model extends Eloquent\Model
{
public $incrementing = false;

protected $keyType = 'string';

public static $schema = [];

protected static $sqliteConnections = [];
Expand Down

0 comments on commit 259f568

Please sign in to comment.