File "SubscriptionInterface.php"

Full Path: /home/trinadezambia/public_html/demo-school-management.trinadezambia.com/PHP_Code/app/Repositories/Subscription/SubscriptionInterface.php
File size: 180 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\Subscription;

use App\Repositories\Base\BaseInterface;

interface SubscriptionInterface extends BaseInterface {
    public function default();
}