File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
app/code/Magento/Customer/Model/Address Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
3
+ * Copyright 2023 Adobe
4
+ * All Rights Reserved.
5
+ *
6
+ * ADOBE CONFIDENTIAL
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
5
16
*/
6
17
declare (strict_types=1 );
7
18
16
27
class CustomerAddressDataProvider
17
28
{
18
29
/**
19
- * Customer addresses.
20
- *
21
30
* @var array
22
31
*/
23
32
private $ customerAddresses = [];
You can’t perform that action at this time.
0 commit comments