Fix missing LoggerHelper

pull/15829/head
Alberto Miedes Garcés 4 years ago
parent 3335f690d2
commit 8ff5ca63d6

@ -22,6 +22,7 @@ Development
* Setup Coverband dead code detector [https://github.com/CartoDB/cartodb/pull/15811](https://github.com/CartoDB/cartodb/pull/15811)
* Include LoggerHelper as class methods in models [https://github.com/CartoDB/cartodb/pull/15824](https://github.com/CartoDB/cartodb/pull/15824)
* Fix Coverband - Resque integration [#15827](https://github.com/CartoDB/cartodb/pull/15827)
* Fix missing LoggerHelper in CartoDB::LayerModule::Presenter [#15829](https://github.com/CartoDB/cartodb/pull/15829)
4.41.1 (2020-09-03)
-------------------

@ -7,6 +7,7 @@ module CartoDB
module LayerModule
class Presenter
include Carto::TableUtils
include ::LoggerHelper
EMPTY_CSS = '#dummy{}'

Loading…
Cancel
Save