9 lines
120 B
PHP
9 lines
120 B
PHP
<?php
|
|
|
|
namespace MailPoet\Cron\Triggers;
|
|
|
|
class CronTriggerMockMethod {
|
|
static function run() {
|
|
return true;
|
|
}
|
|
} |