forked from wallabag/wallabag
Replace property access by getters
This commit is contained in:
@ -115,6 +115,6 @@ class RabbitMQConsumerTotalProxy
|
||||
return 0;
|
||||
}
|
||||
|
||||
return $message->delivery_info['message_count'] + 1;
|
||||
return $message->getMessageCount() + 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user