Continued:
[core.git] / inc / main / classes / filter / payment / class_PaymentDiscoveryFilter.php
index f31ad5b222103bddebe190fbc847f71281640d83..85edcc87b14458ec8221a623a204b10a4a6a4c93 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filter\Discovery\Payment;
+
 /**
  * A filter for payment discovery. This class discovers the payment type and
  * returns an object holding all available payment system for the requested
@@ -130,7 +133,5 @@ class PaymentDiscoveryFilter extends BaseFilter implements Filterable {
                        throw new FilterChainException($this, self::EXCEPTION_FILTER_CHAIN_INTERCEPTED);
                }
        }
-}
 
-// [EOF]
-?>
+}