@@ -101,22 +101,22 @@ |
||
| 101 | 101 | |
| 102 | 102 | public function getCreatedAt() |
| 103 | 103 | { |
| 104 | - return $this->created_at; |
|
| 104 | + return $this->created_at; |
|
| 105 | 105 | } |
| 106 | 106 | |
| 107 | 107 | public function setCreatedAt($created) |
| 108 | 108 | { |
| 109 | - $this->created_at = $created; |
|
| 109 | + $this->created_at = $created; |
|
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | public function getUpdatedAt() |
| 113 | 113 | { |
| 114 | - return $this->updated_at; |
|
| 114 | + return $this->updated_at; |
|
| 115 | 115 | } |
| 116 | 116 | |
| 117 | 117 | public function setUpdatedAt($updated) |
| 118 | 118 | { |
| 119 | - $this->updated_at = $updated; |
|
| 119 | + $this->updated_at = $updated; |
|
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | /** |