@@ -15,9 +15,9 @@ |
||
15 | 15 | 'name' => $this->name, |
16 | 16 | 'description' => $this->description, |
17 | 17 | 'user_id' => $this->user_id, |
18 | - 'completed' => $this->completed? true:false, |
|
19 | - 'created_at' => $this->created_at."", |
|
20 | - 'updated_at' => $this->updated_at."", |
|
18 | + 'completed' => $this->completed ? true:false, |
|
19 | + 'created_at' => $this->created_at . "", |
|
20 | + 'updated_at' => $this->updated_at . "", |
|
21 | 21 | ]; |
22 | 22 | } |
23 | 23 | } |