diff options
Diffstat (limited to 'app/Integration/Postmark.php')
-rw-r--r-- | app/Integration/Postmark.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Integration/Postmark.php b/app/Integration/Postmark.php index 05bdf58b..b57f92d4 100644 --- a/app/Integration/Postmark.php +++ b/app/Integration/Postmark.php @@ -1,6 +1,6 @@ <?php -namespace Integration; +namespace Kanboard\Integration; /** * Postmark integration @@ -8,7 +8,7 @@ namespace Integration; * @package integration * @author Frederic Guillot */ -class Postmark extends \Core\Base +class Postmark extends \Kanboard\Core\Base { /** * Send a HTML email |