<?php namespace App\JsonRpc; interface FooterServiceInterface { /** * @param array $data */ public function getFooterCategory(array $data); }