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