Move array_column polyfill to MailPoetVendor namespace
[MAILPOET-2545]
This commit is contained in:
committed by
Jack Kitterhing
parent
bfdaf4da1e
commit
a012984a7a
2
lib-3rd-party/ArrayColumn.php
vendored
2
lib-3rd-party/ArrayColumn.php
vendored
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Util;
|
||||
namespace MailPoetVendor;
|
||||
|
||||
/*
|
||||
* Using func_get_args() in order to check for proper number of parameters and trigger errors exactly as the built-in array_column()
|
||||
|
Reference in New Issue
Block a user