Fix undefined properties in models [MAILPOET-2488]

This commit is contained in:
wxa
2019-12-20 10:56:18 +03:00
committed by amine-mp
parent 7285a4a075
commit dec7bc24a5
8 changed files with 16 additions and 8 deletions

View File

@@ -16,6 +16,9 @@ use function MailPoetVendor\array_column;
* @property int $task_id
* @property int $id
* @property int $newsletter_id
* @property string $newsletter_rendered_subject
* @property string $newsletter_rendered_body
* @property bool $non_existent_column
*/
class Sending {
const TASK_TYPE = 'sending';