This commit is contained in:
2024-11-23 00:15:37 +05:00
parent 06cc5a5cf4
commit 839a33d4e1
2 changed files with 13 additions and 17 deletions

View File

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