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