User class renamed to Member and it's interface
[shipsimu.git] / inc / classes / interfaces / mailer / class_DeliverableMail.php
index 675254d53df51623b741beec852e8b8defd074c9..7e042044fb4419dc4cc03f90490686aca1a9931d 100644 (file)
@@ -28,7 +28,7 @@ interface DeliverableMail extends FrameworkInterface {
         * @param       $userInstance   An instance of a user class
         * @return      void
         */
-       function addRecipientByUserInstance (ManageableUser $userInstance);
+       function addRecipientByUserInstance (ManageableMember $userInstance);
 
        /**
         * Use subject line provided by the (XML) template otherwise a subject line must be set