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