Skip to content

Bannable trait should be using protected for scopes #906

@justinkluever

Description

@justinkluever

i noticed that the Bannable trait is using

#[Scope]
public function ....

instead of

#[Scope]
protected function ....

it works but should be fixed at some point as these scope functions may not be used for anything else than scopes, public exposes them.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions