Skip to content
Snippets Groups Projects
Commit c1819fcf authored by Vitalii Podoba's avatar Vitalii Podoba Committed by Bryan Sharpe
Browse files

Issue #3427271: Deprecated function error

parent cf931255
No related branches found
No related tags found
1 merge request!20[#3427271] Fixed group list page error
......@@ -121,7 +121,7 @@ class NotificationGroup extends ConfigEntityBase implements NotificationGroupInt
parent::postLoad($storage, $entities);
// Sort the queried roles by their weight.
// See \Drupal\Core\Config\Entity\ConfigEntityBase::sort().
uasort($entities, 'static::sort');
uasort($entities, [static::class, 'sort']);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment