This commit is contained in:
2024-11-23 00:18:23 +05:00
parent 839a33d4e1
commit 92e98649e6

View File

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