We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196a96a commit fc01557Copy full SHA for fc01557
1 file changed
src/Application/Service/EntityRegistrationService.php
@@ -55,6 +55,6 @@ public function registerEntity(Entity $entity): void
55
56
$this->entityRegistry->register($entity->getSlug(), $args, $names);
57
58
- }, 99);
+ }, 5);
59
}
60
0 commit comments