refactor(platform): rewrite legacy-era regions of the mail request, template command, storage provider and routes in place

This commit is contained in:
Darko Gjorgjijoski
2026-08-21 11:15:24 +02:00
parent 68fe86e316
commit 373b5c0579
5 changed files with 30 additions and 29 deletions
@@ -9,7 +9,7 @@ use Illuminate\Validation\Rule;
class CompanyMailConfigurationRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
* Authorization is enforced by the controller, so let the request past.
*/
public function authorize(): bool
{
@@ -17,7 +17,7 @@ class CompanyMailConfigurationRequest extends FormRequest
}
/**
* Get the validation rules that apply to the request.
* Rule set for the submitted payload, keyed off the custom-config toggle.
*/
public function rules(): array
{