add linter
This commit is contained in:
@@ -18,6 +18,7 @@ class ToDoResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'user_id' => $this->user_id,
|
||||
'name' => $this->name,
|
||||
'description' => $this->description,
|
||||
'checked' => $this->checked,
|
||||
'duration' => $this->duration,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user