mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-04 06:11:05 +00:00
refactor(platform): rewrite legacy-era regions of the mail request, template command, storage provider and routes in place
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user