This commit is contained in:
2024-11-23 00:20:58 +05:00
parent 36db0641bd
commit f73ca499f9
3 changed files with 3 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ trait NovaVisaMasterPaymentOrderItemAuth
public function authorizedToView(Request $request): bool
{
return true;
return false;
}