Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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