File "ActionScheduler_NullLogEntry.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php
File size: 202 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if (!defined('ABSPATH')) exit;
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
 public function __construct( $action_id = '', $message = '' ) {
 // nothing to see here
 }
}