summaryrefslogtreecommitdiff
path: root/src/DTS/Validated.php
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-11-14 08:49:37 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-11-14 08:49:37 +0000
commit8977f8cec4ca88f13528792a453eb27328e22845 (patch)
tree3479e7c7a3cec0a0ca923ea3c134d7243797b19d /src/DTS/Validated.php
parent3226a642822a15e6cf937d3f0ec20fdf71651ea4 (diff)
Add description to todo
Diffstat (limited to 'src/DTS/Validated.php')
-rw-r--r--src/DTS/Validated.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DTS/Validated.php b/src/DTS/Validated.php
index 9610538..9415a5f 100644
--- a/src/DTS/Validated.php
+++ b/src/DTS/Validated.php
@@ -8,5 +8,7 @@ class Validated
{
public string $task = '';
+ public string $description = '';
+
public string $tag = '';
}