File tree 2 files changed +6
-8
lines changed
lib/internal/Magento/Framework/App
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
3
+ * Copyright 2013 Adobe
4
+ * All Rights Reserved.
6
5
*/
6
+
7
7
namespace Magento \Framework \App ;
8
8
9
9
use Magento \Framework \App \Config \ConfigTypeInterface ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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.
7
5
*/
8
6
9
7
namespace Magento \Framework \App \Config ;
@@ -17,7 +15,7 @@ interface ScopeConfigInterface
17
15
/**
18
16
* Default scope type
19
17
*/
20
- const SCOPE_TYPE_DEFAULT = 'default ' ;
18
+ public const SCOPE_TYPE_DEFAULT = 'default ' ;
21
19
22
20
/**
23
21
* Retrieve config value by path and scope.
You can’t perform that action at this time.
0 commit comments