Moves current API under JSON namespace
This commit is contained in:
12
lib/API/JSON/Access.php
Normal file
12
lib/API/JSON/Access.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace MailPoet\API\JSON;
|
||||
|
||||
if(!defined('ABSPATH')) exit;
|
||||
|
||||
final class Access {
|
||||
const ALL = 'all';
|
||||
|
||||
private function __construct() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user