File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
lib/internal/Magento/Framework/App Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- *
4- * Copyright © Magento, Inc. All rights reserved.
5- * See COPYING.txt for license details.
3+ * Copyright 2013 Adobe
4+ * All Rights Reserved.
65 */
6+
77namespace Magento \Framework \App ;
88
99use Magento \Framework \App \Config \ConfigTypeInterface ;
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Configuration interface
4- *
5- * Copyright © Magento, Inc. All rights reserved.
6- * See COPYING.txt for license details.
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved.
75 */
86
97namespace Magento \Framework \App \Config ;
@@ -17,7 +15,7 @@ interface ScopeConfigInterface
1715 /**
1816 * Default scope type
1917 */
20- const SCOPE_TYPE_DEFAULT = 'default ' ;
18+ public const SCOPE_TYPE_DEFAULT = 'default ' ;
2119
2220 /**
2321 * Retrieve config value by path and scope.
You can’t perform that action at this time.
0 commit comments