updates for SMS confirmations

This commit is contained in:
David Bomba 2022-11-26 12:15:21 +11:00
parent a91feab3b6
commit b2c9f33170

View File

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