From d0c8a41f8fd5914618659a5d87a0a7be44a5c2ae Mon Sep 17 00:00:00 2001 From: Igor Melnikov <imelnikov@magento.com> Date: Tue, 27 Dec 2016 13:31:32 -0600 Subject: [PATCH] MAGETWO-62610: Data upgrade fails on multi-database setup Changing method description --- app/code/Magento/Quote/Setup/QuoteSetup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Quote/Setup/QuoteSetup.php b/app/code/Magento/Quote/Setup/QuoteSetup.php index 9b9aaa78b1e..cbd357d537f 100644 --- a/app/code/Magento/Quote/Setup/QuoteSetup.php +++ b/app/code/Magento/Quote/Setup/QuoteSetup.php @@ -207,7 +207,7 @@ class QuoteSetup extends EavSetup } /** - * Get table name for + * Get table name * * @param string $table * @return string -- GitLab