You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not that important a bug, but the ServiceSubscriberTrait only works in combintation with PHP8.0 attributes, so using the old @required annotation is a bit weird, instead the #[Required] attribute should be used.