@@ -890,7 +890,7 @@ discard block |
||
890 | 890 | $attributePath = $attribute; |
891 | 891 | $path = null; |
892 | 892 | } else { |
893 | - $attributePath = $embeddedMeta['path'] . '.' . $attribute; |
|
893 | + $attributePath = $embeddedMeta['path'].'.'.$attribute; |
|
894 | 894 | $path = $embeddedMeta['path']; |
895 | 895 | } |
896 | 896 | |
@@ -944,7 +944,7 @@ discard block |
||
944 | 944 | |
945 | 945 | $this->sequence = [ |
946 | 946 | 'connection' => $sequence['connection'] ?? $this->connection, |
947 | - 'table' => $sequence['table'] ?? $this->table . '_seq', |
|
947 | + 'table' => $sequence['table'] ?? $this->table.'_seq', |
|
948 | 948 | 'column' => $sequence['column'] ?? 'id', |
949 | 949 | 'options' => $sequence['tableOptions'] ?? [], |
950 | 950 | ]; |