Files
medicalalert-web-reloaded/wp/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_NullLogEntry.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

11 lines
219 B
PHP

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