Skip to content

Commit

Permalink
Merge pull request #4536 from easydigitaldownloads/issue/4046
Browse files Browse the repository at this point in the history
Remove final declaration from EDD_Payment. #4046
  • Loading branch information
cklosowski committed May 4, 2016
2 parents e9487de + 26fcdb7 commit 61229bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions includes/payments/class-edd-payment.php
Expand Up @@ -19,11 +19,9 @@
/**
* EDD_Payment Class
*
* Note: Will remain in Final status for a few point releases
*
* @since 2.5
*/
final class EDD_Payment {
class EDD_Payment {

/**
* The Payment we are working with
Expand Down

0 comments on commit 61229bb

Please sign in to comment.