Move dateConverter to common utils namespace

[MAILPOET-2665]
This commit is contained in:
Rostislav Wolny
2020-02-13 11:29:01 +01:00
committed by Jack Kitterhing
parent 4afc47463f
commit d5bf33c49a
4 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
namespace MailPoet\Models;
use MailPoet\Form\Util\DateConverter;
use MailPoet\Util\DateConverter;
use MailPoet\WP\Functions as WPFunctions;
/**