From a012984a7aa0a9b43a536f029a96ca15db54f6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jakes=CC=8C?= Date: Tue, 26 Nov 2019 16:23:54 +0100 Subject: [PATCH] Move array_column polyfill to MailPoetVendor namespace [MAILPOET-2545] --- lib-3rd-party/ArrayColumn.php | 2 +- lib/AutomaticEmails/AutomaticEmails.php | 2 +- lib/AutomaticEmails/WooCommerce/Events/PurchasedInCategory.php | 2 +- lib/AutomaticEmails/WooCommerce/Events/PurchasedProduct.php | 2 +- lib/Cron/Workers/Bounce.php | 2 +- lib/Cron/Workers/SendingQueue/SendingQueue.php | 2 +- lib/Models/Newsletter.php | 2 +- lib/Models/Subscriber.php | 2 +- lib/Models/SubscriberCustomField.php | 2 +- lib/Newsletter/Links/Links.php | 2 +- lib/Segments/SubscribersFinder.php | 2 +- lib/Subscribers/ImportExport/Export/Export.php | 2 +- lib/Subscribers/ImportExport/Import/Import.php | 2 +- lib/Tasks/Sending.php | 2 +- lib/Tasks/Subscribers/BatchIterator.php | 2 +- lib/Util/Notices/UnauthorizedEmailInNewslettersNotice.php | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib-3rd-party/ArrayColumn.php b/lib-3rd-party/ArrayColumn.php index e499d1ba66..01786b6c84 100644 --- a/lib-3rd-party/ArrayColumn.php +++ b/lib-3rd-party/ArrayColumn.php @@ -1,6 +1,6 @@