Completed
Branch master (a866eb)
by Blaž
03:38
created
src/Translatable.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.