Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/ActionScheduler_NullLogEntry.php.tar

all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php000064400000000512151156231720036510 0ustar00home/xbodynamge/dev/wp-content/plugins<?php

/**
 * Class ActionScheduler_NullLogEntry
 */
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {

	/**
	 * Construct.
	 *
	 * @param string $action_id Action ID.
	 * @param string $message   Log entry.
	 */
	public function __construct( $action_id = '', $message = '' ) {
		// nothing to see here.
	}

}