Updated job entity

This commit is contained in:
Joshua Perry 2023-01-25 15:36:45 +00:00
parent f012f42eeb
commit f69c402bf1
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class Job {
public $closingDate;
public $location;
public $categoryId;
public $clientId;
private $catsTable;
public function __construct(\CSY2028\DatabaseTable $catsTable) {