diff --git a/jobs/Entity/Job.php b/jobs/Entity/Job.php index dcef540..315be61 100644 --- a/jobs/Entity/Job.php +++ b/jobs/Entity/Job.php @@ -8,6 +8,7 @@ class Job { public $closingDate; public $location; public $categoryId; + public $clientId; private $catsTable; public function __construct(\CSY2028\DatabaseTable $catsTable) {