Add rudimentary logger

[MAILPOET-570]
This commit is contained in:
Pavel Dohnal
2018-08-27 16:58:33 +02:00
parent 9e2a4edcd0
commit 031125517e
5 changed files with 73 additions and 1 deletions

8
lib/Models/Log.php Normal file
View File

@ -0,0 +1,8 @@
<?php
namespace MailPoet\Models;
class Log extends Model {
public static $_table = MP_LOG_TABLE;
}