Skip to content

Commit

Permalink
Update README.md (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Jul 4, 2024
1 parent 0b4cdf1 commit 02a7041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/02_Installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ Following options to prepare the customer class are available:

As starting point this [class definition](https://github.com/pimcore/customer-data-framework/blob/master/install/class_source/optional/class_Customer_export.json) can be used.

Note that the class doesn't need to contain the attributes as field definitions. You can also just add the fields to your specific class implementation interface by adding getters. You **must** also enable the _Generate Type Declarations_ options on the `Customer` class for the attributes to be compatible with the `Interface`.

Note that the class doesn't need to contain the attributes as field definitions. You can also just add the fields to your specific class implementation interface by adding getters.

Example
```php
Expand Down

0 comments on commit 02a7041

Please sign in to comment.