Move post notification scheduling to service

[MAILPOET-2348]
This commit is contained in:
Pavel Dohnal
2019-09-09 11:04:31 +02:00
committed by Jack Kitterhing
parent 446af84e6c
commit 3d750c5bb8
10 changed files with 505 additions and 419 deletions

View File

@@ -20,6 +20,7 @@ if (!defined('ABSPATH')) exit;
* @property string|object|null $meta
* @property string|array $subscribers
* @property string|null $deleted_at
* @property string $scheduled_at
*/
class SendingQueue extends Model {