This commit is contained in:
2024-11-23 00:05:46 +05:00
parent f4a71472be
commit 06cc5a5cf4

View File

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