- Bootstraps export
This commit is contained in:
9
lib/Router/Export.php
Normal file
9
lib/Router/Export.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace MailPoet\Router;
|
||||
|
||||
if(!defined('ABSPATH')) exit;
|
||||
|
||||
class Export {
|
||||
function process($data) {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user