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