Skip to content

Commit

Permalink
Merge pull request #172 from syahnur197/fix/readme
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
Nielsvanpach authored Dec 27, 2022
2 parents 471c65a + 230d761 commit 383b587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ class Kernel extends ConsoleKernel

protected function schedule(Schedule $schedule)
{
$schedule->command('model:prune'[
$schedule->command('model:prune', [
'--model' => [WebhookCall::class],
])->daily();

Expand Down

0 comments on commit 383b587

Please sign in to comment.