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
Since Symfony 3.0 we can no longer use @ without it being quoted to reference a relationship, but after single quoting all my references I now get errors like
Expected value of type "apiNext\Models\Merchant" for association field "apiNext\Models\Product#$merchant", got "string" instead.
Since Symfony 3.0 we can no longer use @ without it being quoted to reference a relationship, but after single quoting all my references I now get errors like
From a yaml file that looks like this
where it used to work perfectly unquoted
The text was updated successfully, but these errors were encountered: