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
JsonApiServerImplementation class is a simple DTO that keeps jsonapi server information.
There are cases, where some schemas need to declare some profiles etc. Unfortunately, the usage of final keyword, prevents any extension in order to support profile & extension properties.
It would be fine to either remove the final keyword, or support the extra properties JSON:API defines
JsonApiServerImplementation class is a simple DTO that keeps jsonapi server information.
There are cases, where some schemas need to declare some profiles etc. Unfortunately, the usage of
final
keyword, prevents any extension in order to supportprofile
&extension
properties.It would be fine to either remove the
final
keyword, or support the extra properties JSON:API definesjson-api/src/JsonApiServerImplementation.php
Line 10 in 5c7f28b
The text was updated successfully, but these errors were encountered: