-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
The SelfHandling interface was deprecated in Laravel 5.2 and removed in 5.3, but when I run either LaravelSetList::LARAVEL_52 or LaravelSetList::LARAVEL_53 It's not affecting any of the files where we have code like
class SomeJob extends Job implements SelfHandling
My understanding is that this just needs removing so it should correct this line to
class SomeJob extends Job
Or have I missed something?
GeniJaho
Metadata
Metadata
Assignees
Labels
No labels