Skip to content

Conversation

@duncanmcclean
Copy link
Member

This pull request attempts to fix the uninitialized property error from the HandleEntrySchedule job.

When we were registering the schedule job, we were passing an instance of the job which meant the constructor was only called once (when we new'd up the instance).

This PR passes the class name instead, forcing Laravel to get a new instance from the container every time, ensuring the job's constructor gets called.

Fixes #13590

@jasonvarga jasonvarga merged commit 2c4c770 into 5.x Jan 22, 2026
28 checks passed
@jasonvarga jasonvarga deleted the handle-entry-schedule branch January 22, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HandleEntrySchedule::$minute must not be accessed before initialization

3 participants