Skip to content

Conversation

olivertappin
Copy link

Relates to #40

public function getRawBody() {}

public function getJobId() {}
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, I think we can just remove "extends Job" completely (and therefore the two extra methods). All Laravel needs from a job class is the "handle" method, nothing else matters. This is the reason for confusion I think

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, I have used it like that (without extending Job) as a normal Laravel job and it works like a charm on the latest version 0.1.24

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.

3 participants