]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/discovery/payment/class_LocalPaymentDiscovery.php
Continued:
[core.git] / inc / main / classes / discovery / payment / class_LocalPaymentDiscovery.php
index 6023982d1109a030a9651d7c7abf0db5a4c66992..d81219f5dfcc124c4635ca727ffe7726fb268b8b 100644 (file)
@@ -1,4 +1,12 @@
 <?php
+// Own namespace
+namespace CoreFramework\Discovery\Payment;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Registerable;
+use CoreFramework\Request\Requestable;
+
 /**
  * A local payment discovery class. This class looks in local database for
  * registered payment types and like all the others it at least returns the
@@ -87,7 +95,5 @@ class LocalPaymentDiscovery extends BaseDiscovery implements Discoverable, Regis
        public function addResultsToHelper (HelpableTemplate $helperInstance) {
                // Undone part
        }
-}
 
-// [EOF]
-?>
+}