Skip to content

[12.x] Feat: ability to explicitly exclude factory relationships #56396

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

Merged
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Factories/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ abstract class Factory
protected $expandRelationships = true;

/**
* Relationships that should not be automatically created.
* The relationships that should not be automatically created.
*
* @var array
*/
Expand Down