File "SchoolInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/School/SchoolInterface.php
File size: 223 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\School;

use App\Repositories\Base\BaseInterface;

interface SchoolInterface extends BaseInterface{

    public function updateSchoolAdmin($array, $image);

    public function active();
}