job = $job; $this->profile = $profile; $this->profile = $profile; $this->remark = $remark; } /** * Returns count of career. * * @param array $filter * * @return int */ public function count() { return 0; } /** * Find career by slug. * * @param array $filter * * @return int */ public function career($slug) { return $this->career ->findBySlug($slig) ->toArray(); } }