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