canViewAny on Manage Related Record.

Why
canViewAny()
method not working on MRR(Manage Related Record)
protected function canViewAny(): bool
    {
        return false;
    }

I use dd() on this, but nothing happen
Was this page helpful?