Skip to content

Commit

Permalink
Merge pull request #68 from gabrieliuga/master
Browse files Browse the repository at this point in the history
+ fix for issue constructor not matching parent
JWardee authored Aug 23, 2019
2 parents a579054 + edef984 commit 30ea4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MailAdminTable.php
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ class MailAdminTable extends \WP_List_Table
public $totalItems;
static private $instance = false;

private function __construct()
public function __construct($args = array())
{
parent::__construct([
'singular' => 'log',

0 comments on commit 30ea4b1

Please sign in to comment.