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