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