How to solve this error : syntax error, unexpected 'Attribute' (T_STRING), expecting ';' or '{'

Viewed 30

My code is:

protected function role() Attribute
{
    return new Attribute(
        get: fn ($value) =>  ["user", "editor", "admin"][$value],
    );
}
0 Answers
Related