'required|string', 'type' => 'required|string', 'lang' => 'nullable|string', ]; } public function authorize(): bool { return true; } }