@@ -85,7 +85,7 @@ |
||
85 | 85 | foreach ($append as $key => $attr) { |
86 | 86 | $key = is_numeric($key) ? $attr : $key; |
87 | 87 | if (isset($this->data[$key])) { |
88 | - throw new Exception('bind attr has exists:' . $key); |
|
88 | + throw new Exception('bind attr has exists:'.$key); |
|
89 | 89 | } else { |
90 | 90 | $this->data[$key] = $model->getAttr($attr); |
91 | 91 | } |