Skip to content

Error calling the class DatabaseChannel #2

@StfnSl

Description

@StfnSl

There is an error in the class declaration:

class DatabaseChannel extends Illuminate\Notifications\Channels\DatabaseChannel

Correct would be either

use Illuminate\Notifications\Channels\DatabaseChannel as BaseDatabaseChannel

class DatabaseChannel extends BaseDatabaseChannel
or
class DatabaseChannel extends \Illuminate\Notifications\Channels\DatabaseChannel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions