File "ActionScheduler_NullLogEntry.php"
Full Path: /home/tekvhqgl/public_html/wp-content/plugins/wp-rocket-1-nov/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php
File size: 219 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Class ActionScheduler_NullLogEntry
*/
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
public function __construct( $action_id = '', $message = '' ) {
// nothing to see here
}
}