Test Setup Failed
Push — master ( 5d6d1d...56c7b2 )
by Dāvis
01:59
created
Translatable/Entity/BaseEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 
69 69
     protected function getTranslations()
70 70
     {
71
-        if($this->getId()) {
71
+        if ($this->getId()) {
72 72
             return Sludio::getTranslations(get_called_class(), $this->getId());
73 73
         }
74 74
     }
Please login to merge, or discard this patch.