PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
payment
/
src
/
Repositories
/
Interfaces
<?php namespace Botble\Payment\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface PaymentInterface extends RepositoryInterface { }
[-] PaymentInterface.php
[edit]
[+]
..