Files
tbbank-new/app/Modules/VisaMasterPaymentOrder/Repositories/VisaMasterPaymentOrderRepository.php
2025-11-10 17:51:23 +05:00

11 lines
155 B
PHP

<?php
namespace App\Modules\VisaMasterPaymentOrder\Repositories;
use App\Modules\Makeable;
class VisaMasterPaymentOrderRepository
{
use Makeable;
}