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

[8.x] Add documentation for optional 'exclude' parameter of the PruneCommand #7470

Merged
merged 3 commits into from Nov 29, 2021
Merged

[8.x] Add documentation for optional 'exclude' parameter of the PruneCommand #7470

merged 3 commits into from Nov 29, 2021

Conversation

jochensengier
Copy link
Contributor

@taylorotwell taylorotwell merged commit 8349059 into laravel:8.x Nov 29, 2021

$schedule->command('model:prune', [
'--exclude' => [Address::class, Flight::class],
])->daily()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed a closing semi-colon

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Can you submit a PR?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! I will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants