@@ -195,7 +195,7 @@ |
||
| 195 | 195 | { |
| 196 | 196 | if (property_exists($this, 'translatable')) { |
| 197 | 197 | $attributes = $this->translatable; |
| 198 | - }else { |
|
| 198 | + } else { |
|
| 199 | 199 | $attributes = $this->getTranslatableAttributesFromSchema(); |
| 200 | 200 | } |
| 201 | 201 | |