Skip to content

Commit

Permalink
Merge pull request #3 from tomcastleman/patch-1
Browse files Browse the repository at this point in the history
Non-sensical use
  • Loading branch information
Andrew Theken committed Mar 4, 2015
2 parents 69b88b9 + b60c1c8 commit 57e40fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Postmark/PostmarkClientBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace Postmark;

use Postmark\Models\PostmarkException as PostmarkException;
use Postmark\PostmarkClientBase as PostmarkClientBase;

/**
* This is the core class that interacts with the Postmark API. All clients should
Expand Down Expand Up @@ -136,4 +135,4 @@ protected function processRestRequest($method = NULL, $path = NULL, $body = NULL
}
}

?>
?>

0 comments on commit 57e40fd

Please sign in to comment.