Fix case in use statements
This commit is contained in:
@@ -4,7 +4,7 @@ namespace MailPoet\Config;
|
|||||||
|
|
||||||
use MailPoet\Models\Setting;
|
use MailPoet\Models\Setting;
|
||||||
use MailPoet\Util\Url;
|
use MailPoet\Util\Url;
|
||||||
use MailPoet\Wp\Hooks as WPHooks;
|
use MailPoet\WP\Hooks as WPHooks;
|
||||||
|
|
||||||
class Changelog {
|
class Changelog {
|
||||||
function init() {
|
function init() {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace MailPoet\WP;
|
namespace MailPoet\WP;
|
||||||
|
|
||||||
use Mailpoet\Config\Env;
|
use MailPoet\Config\Env;
|
||||||
|
|
||||||
class Functions {
|
class Functions {
|
||||||
static function wpRemotePost() {
|
static function wpRemotePost() {
|
||||||
|
Reference in New Issue
Block a user