Skip to content

Commit

Permalink
fix psr-4 issue in Common\Responses\Mailing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecoug committed Jan 18, 2021
1 parent ef788ec commit 36432e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -486,7 +486,7 @@ __getMailings__
sleep(15);
}
else {
foreach (\Omnimail\Responses\MailingsResponse $mailings as \Omnimail\Responses\Mailing $mailing) {
foreach (\Omnimail\Common\Responses\BaseResponse $mailings as \Omnimail\Common\Responses\Mailing $mailing) {

$detail => array(
'subject' => $mailing→getSubject(),
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Responses/Mailing.php
Expand Up @@ -6,7 +6,7 @@
* Time: 7:34 AM
*/

namespace Omnimail\Responses;
namespace Omnimail\Common\Responses;

use Omnimail\Exception\InvalidRequestException;

Expand Down

0 comments on commit 36432e7

Please sign in to comment.