File "TopicCommonRepository.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Staff/TopicCommonRepository.php
File size: 303 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\TopicCommon;
use App\Models\TopicCommon;
use App\Repositories\Saas\SaaSRepository;
class TopicCommonRepository extends SaaSRepository implements TopicCommonInterface {
public function __construct(TopicCommon $model) {
parent::__construct($model);
}
}