We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776d471 commit 31a64cfCopy full SHA for 31a64cf
lib/internal/Magento/Framework/App/Config.php
@@ -1,7 +1,5 @@
1
<?php
2
/**
3
- * Application configuration object. Used to access configuration when application is initialized and installed.
4
- *
5
* Copyright © Magento, Inc. All rights reserved.
6
* See COPYING.txt for license details.
7
*/
@@ -12,14 +10,14 @@
12
10
use Magento\Framework\App\Config\ScopeConfigInterface;
13
11
14
15
- * Class Config
+ * Application configuration object. Used to access configuration when application is initialized and installed.
16
17
class Config implements ScopeConfigInterface
18
{
19
20
* Config cache tag
21
22
- const CACHE_TAG = 'CONFIG';
+ public const CACHE_TAG = 'CONFIG';
23
24
25
* @var ScopeCodeResolver
0 commit comments