Skip to content

Commit

Permalink
Merge pull request #79 from Jhut89/3.2.2
Browse files Browse the repository at this point in the history
fix namespaces
  • Loading branch information
Jhut89 authored May 20, 2020
2 parents d8d105a + 6c5de4a commit 56e10b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Automations/Emails/QueueTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace MailchimpTests\Resources\Automations\Emails;
namespace MailchimpTests\Automations\Emails;

use MailchimpAPI\Resources\Automations;
use MailchimpAPI\Resources\Automations\Emails;
Expand Down
2 changes: 1 addition & 1 deletion tests/Automations/EmailsTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace MailchimpTests\Resources\Automations;
namespace MailchimpTests\Automations;

use MailchimpAPI\Resources\Automations;
use MailchimpAPI\Resources\Automations\Emails;
Expand Down
2 changes: 1 addition & 1 deletion tests/Automations/RemovedSubscribersTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace MailchimpTests\Resources\Automations;
namespace MailchimpTests\Automations;

use MailchimpAPI\Resources\Automations;
use MailchimpAPI\Resources\Automations\RemovedSubscribers;
Expand Down

0 comments on commit 56e10b2

Please sign in to comment.