Skip to content

Commit

Permalink
fix: Missed use statement for DateTimeInterface in Bounced/Unsubscrib…
Browse files Browse the repository at this point in the history
…e request
  • Loading branch information
mrkrash authored and antonioturdo committed Dec 19, 2024
1 parent 3ab3208 commit 6186c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Request/Email/QueryHardBouncedRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace ImmobiliareLabs\BrazeSDK\Request\Email;

use DateTimeInterface;
use ImmobiliareLabs\BrazeSDK\Request\BaseRequest;

class QueryHardBouncedRequest extends BaseRequest
Expand Down
1 change: 1 addition & 0 deletions src/Request/Email/QueryUnsubscribedRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace ImmobiliareLabs\BrazeSDK\Request\Email;

use DateTimeInterface;
use ImmobiliareLabs\BrazeSDK\Request\BaseRequest;

class QueryUnsubscribedRequest extends BaseRequest
Expand Down

0 comments on commit 6186c9f

Please sign in to comment.