<?php namespace App\Contracts\Repositories\Info; use Prettus\Repository\Contracts\RepositoryInterface; /** * Interface CategoryRepository. */ interface CategoryRepository extends RepositoryInterface { }