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