Remove useless constructors

This commit is contained in:
Tautvidas Sipavičius
2016-06-29 20:42:03 +03:00
parent c62cd6c023
commit 168540d6d2
13 changed files with 9 additions and 57 deletions

View File

@ -5,8 +5,4 @@ if(!defined('ABSPATH')) exit;
class NewsletterPost extends Model {
public static $_table = MP_NEWSLETTER_POSTS_TABLE;
function __construct() {
parent::__construct();
}
}