Fixes indentation

This commit is contained in:
Vlad
2017-05-01 09:31:52 -04:00
parent 1ea915017a
commit e29ae4d7c9

View File

@ -102,7 +102,7 @@ class Newsletter extends Model {
'SET `deleted_at` = NOW()',
'WHERE `newsletter_id` IN (' . rtrim(str_repeat('?,', count($ids)), ',') . ')'
)),
$ids
$ids
);
});