Skip to content

Commit

Permalink
Fix $incrementing
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Dec 19, 2024
1 parent 5d18557 commit 95433f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/EagerLoadingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public function getTestModel(): ?TestEagerLoadingModel

class TestEagerLoadingModel extends Model
{
public $incrementing = false;

public $timestamps = false;

protected $table = 'test_eager_loading';
Expand Down

0 comments on commit 95433f9

Please sign in to comment.