Skip to content

Missing fix for SelfHandling? #254

@sambenskin

Description

@sambenskin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions