This commit is contained in:
2024-11-23 17:19:25 +05:00
parent 2aa8bf9869
commit d8f847346b
7 changed files with 51 additions and 19 deletions

View File

@@ -7,17 +7,6 @@ use Illuminate\Http\Request;
trait NovaVisaMasterPaymentOrderItemAuth
{
/**
* Determine if the current user can view the given resource.
*
* @param \Illuminate\Http\Request $request
* @return bool
*/
public function authorizedToView(Request $request): bool
{
return false;
}
/** Edit button */
public function authorizedToUpdate(Request $request): bool
{