Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hope to add a single layer preload condition limit. #905

Open
sowork opened this issue Jun 6, 2019 · 0 comments
Open

hope to add a single layer preload condition limit. #905

sowork opened this issue Jun 6, 2019 · 0 comments

Comments

@sowork
Copy link

sowork commented Jun 6, 2019

e.g

$robots = Robot::with(
	[
		'Foo' => function (QueryBuilder $builder) {
			// Limit Bar
			$builder->limit(5)
                                     ->with('Bar');
		}
	]
);
@sowork sowork closed this as completed Jun 6, 2019
@sowork sowork reopened this Jun 8, 2019
@Jeckerson Jeckerson added this to the 4.1.x milestone Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants