@@ -44,7 +44,7 @@ |
||
| 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 | /** |