Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[10.x] Do not use null to initialise $lastExecutionStartedAt (#46285)
* Initialise $lastExecutionStartedAt with Carbon::now() $lastExecutionStartedAt is passed to Carbon::equalTo(). Passing a null value to this method will result in deprecation message. * Update ScheduleWorkCommand.php --------- Co-authored-by: Taylor Otwell <[email protected]>
- Loading branch information