Skip to content

Conversation

@iamgergo
Copy link
Contributor

This PR just adds the withoutEagerLoads method to the Eloquent\Builder class.

// Before
$query->setEagerLoads([]);

// After
$query->withoutEagerLoads();

@iamgergo
Copy link
Contributor Author

I'm not sure why the SQL Server 2019 test is failing.

@allowing
Copy link
Contributor

I'm not sure why the SQL Server 2019 test is failing.

My PR same #41949

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants