diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-11-14 08:49:37 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-11-14 08:49:37 +0000 |
| commit | 8977f8cec4ca88f13528792a453eb27328e22845 (patch) | |
| tree | 3479e7c7a3cec0a0ca923ea3c134d7243797b19d /src/DTS/Todo.php | |
| parent | 3226a642822a15e6cf937d3f0ec20fdf71651ea4 (diff) | |
Add description to todo
Diffstat (limited to 'src/DTS/Todo.php')
| -rw-r--r-- | src/DTS/Todo.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DTS/Todo.php b/src/DTS/Todo.php index 9b08e56..ca10e1d 100644 --- a/src/DTS/Todo.php +++ b/src/DTS/Todo.php @@ -10,6 +10,8 @@ class Todo public string $task = ''; + public string $description = ''; + public string $tag = ''; public string $addedAt; |
