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