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.
i noticed that the Bannable trait is using
instead of
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.