9 lines
113 B
PHP
9 lines
113 B
PHP
<?php
|
|
namespace MailPoet\Router;
|
|
|
|
if(!defined('ABSPATH')) exit;
|
|
|
|
class Export {
|
|
function process($data) {
|
|
}
|
|
} |