Hey!
This is intended, the callAfterCallbacks
method is not inside the Event class, it's inside the ScheduleFinishedCommand
class (https://github.com/laravel/framework/blob/master/src/Illuminate/Console/Scheduling/ScheduleFinishCommand.php#L43) if I'm not mistaken.
By having a closer look at the buildBackgroundCommand
method inside the CommandBuilder
class (https://github.com/laravel/framework/blob/master/src/Illuminate/Console/Scheduling/CommandBuilder.php#L46), you can see that the schedule:finish
command is executed after the command itself has been executed.
So a few possible situations I can think of:
php
binary or other binaries that are needed, ...)Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community