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