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