catsTable = $catsTable; } public function getCat() { return $this->catsTable->find('id', $this->categoryId)[0]; } }