Skip to content

Commit

Permalink
[DGS-2634] Renamed the property 'slugs' to 'importFields'
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Aug 28, 2024
1 parent edb0593 commit b3cc8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions src/Resource/BatchSending.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BatchSending extends BaseResource
public string $status;

/**
* @var array<BatchSendingSlug>
* @var array<string>
*/
public array $slugs;
public array $importFields;
}
15 changes: 0 additions & 15 deletions src/Resource/BatchSendingSlug.php

This file was deleted.

0 comments on commit b3cc8e4

Please sign in to comment.