- Issue created by @slydevil
During an investigation into why something was removed it was discovered that the ConfigPsrSubscriber class does not log configuration deletions.
Need to confirm that the 4.x branch has the same issue.
Update the ConfigPsrSubscriber to use a new onConfigDelete() method that does not rely on a diff for logging since this line is returning an empty array in onConfigSave() for delete events:
$diff = DiffArray::diffAssocRecursive($config->get(), $config->getOriginal());
None.
None.
None.
None.
Active
3.0
Code