This commit is contained in:
miguel angel rasteu 2023-06-06 12:06:27 +02:00
parent 4aabb5d669
commit 88d64a0e09
1 changed files with 2 additions and 1 deletions

View File

@ -872,6 +872,7 @@ class ConsoleSupervisor
case 'NOTIF.CRON.CONFIGURED':
case 'NOTIF.ALLOWOVERRIDE.MESSAGE':
case 'NOTIF.HAMASTER.MESSAGE':
case 'NOTIF.MYSQL.VERSION':
default:
// NOTIF.SERVER.STATUS.
@ -1839,7 +1840,7 @@ class ConsoleSupervisor
]
);
} else {
$this->cleanNotifications('NOTIF.PHP.VERSION');
$this->cleanNotifications('NOTIF.MYSQL.VERSION');
}
}