This commit is contained in:
2025-09-09 15:36:52 +05:00
parent c0dd8f269a
commit 1c00a28744

View File

@@ -42,10 +42,4 @@ trait NovaSberPaymentOrderItemAuth
{ {
return auth()->user()->isMe(); return auth()->user()->isMe();
} }
/** Force delete */
public function authorizedToForceDelete(Request $request)
{
return auth()->user()->isMe() ? true : false;
}
} }