<?php namespace App\Contracts\Repositories; use Prettus\Repository\Contracts\RepositoryInterface; interface ReflectRepository extends RepositoryInterface { }