|string> */ public function rules(): array { return [ 'subject' => 'required|string|max:255', 'description' => 'required|string', ]; } }