From 1181edf48e77d4e7de4cd71569ee0690a7facaab Mon Sep 17 00:00:00 2001 From: Marc Serrat Date: Mon, 3 Aug 2020 18:00:43 +0200 Subject: [PATCH] Added description and commitment to items --- src/Item.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Item.php b/src/Item.php index 44b51c6..c4d9c7b 100644 --- a/src/Item.php +++ b/src/Item.php @@ -77,6 +77,17 @@ class Item extends Model public $unit; + /** + * @var string + */ + + public $description; + + /** + * @var \stdClass + */ + public $commitment; + /** * Return a Param by ID * @param string $id