Updated job entity
This commit is contained in:
parent
f012f42eeb
commit
f69c402bf1
|
|
@ -8,6 +8,7 @@ class Job {
|
||||||
public $closingDate;
|
public $closingDate;
|
||||||
public $location;
|
public $location;
|
||||||
public $categoryId;
|
public $categoryId;
|
||||||
|
public $clientId;
|
||||||
private $catsTable;
|
private $catsTable;
|
||||||
|
|
||||||
public function __construct(\CSY2028\DatabaseTable $catsTable) {
|
public function __construct(\CSY2028\DatabaseTable $catsTable) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue