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