work on pay visa master action

This commit is contained in:
2025-11-13 22:00:23 +05:00
parent 3ea35f6bca
commit 54e11dcbb4
3 changed files with 71 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Modules\VisaMasterPaymentOrder\Models;
use Illuminate\Database\Eloquent\Model;
class VisaMasterSettings extends Model
{
protected $table = 'visa_master_settings';
}