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
When a relation is not nullable in the database it can still be null during access, if the related entity uses SoftDeletes. Therefore the property of such a relation should always include |null in the typehint.