From 8977f8cec4ca88f13528792a453eb27328e22845 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sun, 14 Nov 2021 08:49:37 +0000 Subject: Add description to todo --- public/store/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'public/store') diff --git a/public/store/index.php b/public/store/index.php index c4d24fa..0f472d8 100644 --- a/public/store/index.php +++ b/public/store/index.php @@ -40,6 +40,7 @@ $todos = new TodoRepository($config['path_to_repository']); $todo = new Todo(); $todo->task = $validated->task; +$todo->description = $validated->description; $todo->tag = $validated->tag; $todo->addedAt = date('Y-m-d H:i:s'); -- cgit v1.2.3-13-gbd6f