Skip to content

Commit fc01557

Browse files
committed
fix: Fix priority for post type
1 parent 196a96a commit fc01557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Application/Service/EntityRegistrationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public function registerEntity(Entity $entity): void
5555

5656
$this->entityRegistry->register($entity->getSlug(), $args, $names);
5757

58-
}, 99);
58+
}, 5);
5959
}
6060
}

0 commit comments

Comments
 (0)