Update twilio sms authorize() method

This commit is contained in:
David Bomba 2022-11-26 12:21:03 +11:00
parent b2c9f33170
commit 65a792edbf

View File

@ -24,7 +24,7 @@ class GenerateSmsRequest extends Request
*/ */
public function authorize() : bool public function authorize() : bool
{ {
return auth()->user(); return true;
} }