This commit is contained in:
ericli1018
2025-06-13 12:24:35 +08:00
parent 1caae33c43
commit 6dfe3e0677
74 changed files with 1497 additions and 253 deletions

View File

@ -14,7 +14,8 @@ class SupportSaleRequest extends FormRequest
public function authorize()
{
// only allow updates if the user is logged in
return backpack_auth()->check();
//return backpack_auth()->check();
return true;
}
/**