diff --git a/lib/internal/Magento/Framework/View/Page/Config.php b/lib/internal/Magento/Framework/View/Page/Config.php index b29a0feda9d60..73422d197df38 100644 --- a/lib/internal/Magento/Framework/View/Page/Config.php +++ b/lib/internal/Magento/Framework/View/Page/Config.php @@ -124,10 +124,10 @@ class Config 'charset' => null, 'media_type' => null, 'content_type' => null, + 'title' => null, 'description' => null, 'keywords' => null, 'robots' => null, - 'title' => null, ]; /**