Files
woocommerce-subscriptions/includes/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php
Prospress Inc 0ff6d53f17 2.2.21
2018-06-01 08:52:43 +02:00

11 lines
219 B
PHP
Executable File

<?php
/**
* Class ActionScheduler_NullLogEntry
*/
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
public function __construct( $action_id = '', $message = '' ) {
// nothing to see here
}
}