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
returnnewstatic(sprintf('Incorrect relationship attribute value (%s) for a key (%s). Please make sure that array returned by getPropertyMap function is in the following format: "relationship.attribute".', $key, $value));
17
+
returnnewstatic(
18
+
"Incorrect relationship attribute value [{$value}] for a key [{$key}]. Please make sure that array " .
19
+
"returned by getPropertyMap function is in the following format: \"relationship.attribute\"."
returnnewstatic(sprintf('Invalid relationship name (%s) for a key (%s) in array returned by getPropertyMap function. Please make sure that this relationship is defined on the model.', $value, $key));
17
+
returnnewstatic(
18
+
"Invalid relationship name [{$value}] for a key [{$key}] in array returned by getPropertyMap function. " .
19
+
"Please make sure that this relationship is defined on the model."
returnnewstatic(sprintf('Unsupported nested relationship attribute value (%s) for a key (%s). Please make sure that array returned by getPropertyMap function is in the following format: "relationship.attribute" and is only one level deep.', $key, $value));
17
+
returnnewstatic(
18
+
"Unsupported nested relationship attribute value [{$value}] for a key [{$key}]. Please make sure that " .
19
+
"array returned by getPropertyMap function is in the following format: \"relationship.attribute\" and is " .
0 commit comments