Completed
Push — master-vanja ( f4dbd5...275238 )
by
unknown
29s
created
src/SWP/Component/Common/Model/TimestampableTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      */
45 45
     public function getUpdatedAt()
46 46
     {
47
-        return (!empty($this->updatedAt)?$this->updatedAt:$this->createdAt);
47
+        return (!empty($this->updatedAt) ? $this->updatedAt : $this->createdAt);
48 48
     }
49 49
 
50 50
     /**
Please login to merge, or discard this patch.