mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 11:04:42 +00:00
(base) Fixed a mistyped Paamayim Nekudotayim
This commit is contained in:
parent
95c39134d9
commit
7600727f6b
@ -123,7 +123,7 @@ abstract class ApiMutableModelControllerBase extends ApiControllerBase
|
||||
foreach ($valMsgs as $field => $msg) {
|
||||
// replace absolute path to attribute for relative one at uuid.
|
||||
if ($node != null) {
|
||||
$fieldnm = str_replace($node->__reference, static:$internalModelName, $msg->getField());
|
||||
$fieldnm = str_replace($node->__reference, static::$internalModelName, $msg->getField());
|
||||
$result["validations"][$fieldnm] = $msg->getMessage();
|
||||
} else {
|
||||
$result["validations"][$msg->getField()] = $msg->getMessage();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user