@@ -77,7 +77,7 @@ |
||
77 | 77 | * @return mixed |
78 | 78 | */ |
79 | 79 | public function get($attribute) { |
80 | - list($attribute, $subattribute) = array_pad(explode('.', $attribute, 2), 2, null); |
|
80 | + list($attribute, $subattribute) = array_pad(explode('.', $attribute, 2), 2, null); |
|
81 | 81 | |
82 | 82 | if ($this->hasRelation($attribute)) { |
83 | 83 | $related = $this->related($attribute); |