Move array_column polyfill to MailPoetVendor namespace

[MAILPOET-2545]
This commit is contained in:
Jan Jakeš
2019-11-26 16:23:54 +01:00
committed by Jack Kitterhing
parent bfdaf4da1e
commit a012984a7a
16 changed files with 16 additions and 16 deletions

View File

@ -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()