File "LanguageInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Languages/LanguageInterface.php
File size: 143 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\Languages;
use App\Repositories\Base\BaseInterface;
interface LanguageInterface extends BaseInterface {
}