This commit is contained in:
2024-09-06 17:27:26 +05:00
parent 0939b59ec3
commit 15cf1d0c2a
7 changed files with 199 additions and 195 deletions

View File

@@ -230,9 +230,6 @@ class NovaVisaMasterPaymentOrder extends Resource
),
])->maxRows(1)->minRows(1)->rules('required'),
]),
// new Panel(__('Reciver files'), VisaMasterPaymentOrderFileFields::reciverFiles()),
// new Panel(__('Sender files'), VisaMasterPaymentOrderFileFields::senderFiles()),
];
}
}