Fix case in use statements

This commit is contained in:
Jan Jakeš
2018-11-15 08:07:34 +01:00
committed by Pavel Dohnal
parent 0a12d64cbf
commit aac7744dee
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace MailPoet\WP;
use Mailpoet\Config\Env;
use MailPoet\Config\Env;
class Functions {
static function wpRemotePost() {