diff --git a/src/Postmark/PostmarkClientBase.php b/src/Postmark/PostmarkClientBase.php index f77a6acb..ce7ee3cc 100644 --- a/src/Postmark/PostmarkClientBase.php +++ b/src/Postmark/PostmarkClientBase.php @@ -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 @@ -136,4 +135,4 @@ protected function processRestRequest($method = NULL, $path = NULL, $body = NULL } } -?> \ No newline at end of file +?>