diff --git a/includes/class-wc-session-handler.php b/includes/class-wc-session-handler.php index 29fbe6a69c9..b13b1ed47b8 100644 --- a/includes/class-wc-session-handler.php +++ b/includes/class-wc-session-handler.php @@ -1,6 +1,8 @@ _data = array(); $this->_dirty = false; @@ -242,4 +244,4 @@ class WC_Session_Handler extends WC_Session { } } } -} \ No newline at end of file +}