]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/database/wrapper/class_PaymentsDatabaseWrapper.php
'public static final' is correct
[core.git] / inc / classes / main / database / wrapper / class_PaymentsDatabaseWrapper.php
index 9c1a37d70310d37f9b8cc1e3d031cc5e2bcb0ba1..b47b046b9deb97934935b3f26d1646c429399e41 100644 (file)
@@ -43,7 +43,7 @@ class PaymentsDatabaseWrapper extends BaseDatabaseWrapper {
         *
         * @return      $wrapperInstance        An instance of the created wrapper class
         */
-       public final static function createPaymentsDatabaseWrapper () {
+       public static final function createPaymentsDatabaseWrapper () {
                // Get a new instance
                $wrapperInstance = new PaymentsDatabaseWrapper();