Skip to content

Commit

Permalink
Added description and commitment to items
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Serrat authored and Marc Serrat committed Aug 3, 2020
1 parent cf6766f commit 1181edf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1181edf

Please sign in to comment.