add mail sender in setting

This commit is contained in:
yashkanakiya
2023-03-11 18:58:59 +05:30
parent b4aa254b68
commit 959aa257b4
23 changed files with 1718 additions and 110 deletions

View File

@ -14,7 +14,7 @@ class MailSenderRequest extends FormRequest
*/
public function authorize()
{
return false;
return true;
}
/**