mirror of
https://github.com/jbcr/core.git
synced 2026-03-31 13:22:09 +02:00
Don't render widgets more than once
This commit is contained in:
@@ -60,7 +60,7 @@ class ExtensionRegistry
|
||||
|
||||
private function getExtensionClasses(): array
|
||||
{
|
||||
return $this->extensionClasses;
|
||||
return array_unique($this->extensionClasses);
|
||||
}
|
||||
|
||||
/** @return ExtensionInterface[] */
|
||||
|
||||
Reference in New Issue
Block a user