geno/wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php

11 lines
219 B
PHP
Raw Permalink Normal View History

2024-02-01 17:24:18 +05:30
<?php
/**
* Class ActionScheduler_NullLogEntry
*/
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
public function __construct( $action_id = '', $message = '' ) {
// nothing to see here
}
}