Merge pull request #2663 from wderuijter/patch-1
Made clear what "account with reminders" means
This commit is contained in:
commit
a0b85b491f
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class SendReminders extends Command
|
|||
private function sendReminderEmails()
|
||||
{
|
||||
$accounts = $this->accountRepo->findWithReminders();
|
||||
$this->info(date('r ') . count($accounts) . ' accounts found with reminders');
|
||||
$this->info(date('r ') . count($accounts) . ' accounts found with reminders enabled');
|
||||
|
||||
foreach ($accounts as $account) {
|
||||
if (! $account->hasFeature(FEATURE_EMAIL_TEMPLATES_REMINDERS)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue