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