Initial Commit
This commit is contained in:
11
dependencies/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php
vendored
Normal file
11
dependencies/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Class ActionScheduler_NullLogEntry
|
||||
*/
|
||||
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
|
||||
public function __construct( $action_id = '', $message = '' ) {
|
||||
// nothing to see here
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user