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