Add rudimentary logger
[MAILPOET-570]
This commit is contained in:
8
lib/Models/Log.php
Normal file
8
lib/Models/Log.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Models;
|
||||
|
||||
class Log extends Model {
|
||||
public static $_table = MP_LOG_TABLE;
|
||||
|
||||
}
|
Reference in New Issue
Block a user