This commit is contained in:
2025-07-04 19:00:47 +05:00
parent cfcfdefc36
commit 1746ba4a60
4 changed files with 39 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Modules\VisaMasterPaymentOrder\Controllers;
use App\Http\Controllers\Controller;
class VisaMasterPaymentOrderController extends Controller
{
public function index()
{
}
}