fixed a few more warnings

This commit is contained in:
Jonathan Labreuille
2016-06-30 15:42:58 +02:00
parent e8887e2aa5
commit 9979261cb6
4 changed files with 9 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ namespace MailPoet\Models;
if(!defined('ABSPATH')) exit;
class Form extends Model {
static $_table = MP_FORMS_TABLE;
public static $_table = MP_FORMS_TABLE;
function __construct() {
parent::__construct();