fixed getCat output

This commit is contained in:
Joshua Perry 2023-01-25 15:52:15 +00:00
parent 25cd78200d
commit 1dfecffad1
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ class Job {
} }
public function getCat() { public function getCat() {
return $this->catsTable->find('id', $this->categoryId); return $this->catsTable->find('id', $this->categoryId)[0];
} }
} }