Continued:
[core.git] / inc / main / classes / mailer / debug / class_DebugMailer.php
index 1d738f616bedfb9469f2e136ca83a819b6ed05eb..50243154b4cf63fc3077b6df02f769a32973d2d5 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Mailer\Debug;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
 /**
  * A mailer class for debugging purposes only. This class will print the
  * prepared mail out and will not send it to the recipient.