Remove leading slashes in imports [MAILPOET-764]

This commit is contained in:
Alexey Stoletniy
2017-01-25 10:22:27 +03:00
parent 2220a13399
commit b7ef191641
28 changed files with 74 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace MailPoet\API;
use \MailPoet\Util\Security;
use MailPoet\Util\Security;
if(!defined('ABSPATH')) exit;