- Bootstraps export

This commit is contained in:
MrCasual
2015-11-09 19:17:28 -05:00
parent bde78b607b
commit 1625e1771b
8 changed files with 89 additions and 3 deletions

9
lib/Router/Export.php Normal file
View File

@ -0,0 +1,9 @@
<?php
namespace MailPoet\Router;
if(!defined('ABSPATH')) exit;
class Export {
function process($data) {
}
}