From 58b7c624946cc7ba3ae390f194dc4435f0af3c38 Mon Sep 17 00:00:00 2001
From: Kyle M Hall <kyle@bywatersolutions.com>
Date: Thu, 11 Feb 2016 10:05:21 +0000
Subject: [PATCH] Bug 15632 [QA Followup] - Change method type to _type for bug
 15446

---
 Koha/Patron/Message.pm  | 4 ++--
 Koha/Patron/Messages.pm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Koha/Patron/Message.pm b/Koha/Patron/Message.pm
index 501e6ee..a928fa5 100644
--- a/Koha/Patron/Message.pm
+++ b/Koha/Patron/Message.pm
@@ -68,11 +68,11 @@ sub delete {
     return $self->SUPER::delete($self);
 }
 
-=head3 type
+=head3 _type
 
 =cut
 
-sub type {
+sub _type {
     return 'Message';
 }
 
diff --git a/Koha/Patron/Messages.pm b/Koha/Patron/Messages.pm
index 4f2f9f4..a5dd8ab 100644
--- a/Koha/Patron/Messages.pm
+++ b/Koha/Patron/Messages.pm
@@ -35,11 +35,11 @@ Koha::Patron::Messages - Koha Message Object set class
 
 =cut
 
-=head3 type
+=head3 _type
 
 =cut
 
-sub type {
+sub _type {
     return 'Message';
 }
 
-- 
2.1.4