4 lines
235 B
Markdown
4 lines
235 B
Markdown
## Implement import
|
|
|
|
* Create a new class `lib/Service/Importer/Systems/<ImportName>Service.php` where `<ImportName>` is the name of the source system.
|
|
* Use the `lib/Service/Importer/Systems/TrelloJsonService.php` class as inspiration |