Skip to content

Commit dc0d5c8

Browse files
committed
minor #19826 [Scheduler] Add missing filename (JeroenMoonen)
This PR was submitted for the 7.0 branch but it was merged into the 6.4 branch instead. Discussion ---------- [Scheduler] Add missing filename <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 5f33d0c Update scheduler.rst
2 parents 07619ec + 5f33d0c commit dc0d5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ In your handler, you can check a condition and, if affirmative, access the
591591
}
592592
}
593593

594-
// src/Scheduler/Handler/.php
594+
// src/Scheduler/Handler/CleanUpOldSalesReportHandler.php
595595
namespace App\Scheduler\Handler;
596596

597597
#[AsMessageHandler]

0 commit comments

Comments
 (0)