Skip to content

Is it possible to make Role::class extensible? #10

@wolkodlack

Description

@wolkodlack

It would be useful to make Role class extensible. By adding it to config file in the same way as it was done for User model.

'userModel' => env('USER_MODEL', 'App\User'),
'roleModel' => env('ROLE_MODEL', 'Silvanite\Brandenburg\Role'),

At the moment it's impossible to extend your class functionality.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions