@@ -9,10 +9,10 @@ |
||
| 9 | 9 | public function toArray($request) |
| 10 | 10 | { |
| 11 | 11 | return [ |
| 12 | - 'id' => $this->id, |
|
| 13 | - 'name' => $this->name, |
|
| 14 | - 'display_name' => $this->display_name, |
|
| 15 | - 'updated_at' => $this->updated_at->format('Y-m-d H:i:s'), |
|
| 12 | + 'id' => $this->id, |
|
| 13 | + 'name' => $this->name, |
|
| 14 | + 'display_name' => $this->display_name, |
|
| 15 | + 'updated_at' => $this->updated_at->format('Y-m-d H:i:s'), |
|
| 16 | 16 | ]; |
| 17 | 17 | } |
| 18 | 18 | } |
| 19 | 19 | \ No newline at end of file |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | public function toArray($request) |
| 10 | 10 | { |
| 11 | 11 | return [ |
| 12 | - 'data' => $this->collection, |
|
| 12 | + 'data' => $this->collection, |
|
| 13 | 13 | ]; |
| 14 | 14 | } |
| 15 | 15 | } |
| 16 | 16 | \ No newline at end of file |