Skip to content

Commit

Permalink
Merge branch '8.x' into API-1212-Create-default-Apiato-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Nov 30, 2024
2 parents 193b1de + c88dc83 commit 5d7b7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Abstracts/Repositories/RepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ public function testMultipleEagerLoadAppliesAllEagerLoads(): void
protected function setUp(): void
{
parent::setUp();
config()->set('fractal.auto_includes.request_key');
config()->set('fractal.auto_includes.request_key', 'include');
}
}

0 comments on commit 5d7b7b7

Please sign in to comment.