fixed API name for export in template

This commit is contained in:
2025-10-16 01:30:46 +02:00
parent c0fd7b3fe5
commit 3fa131e1b2

View File

@ -61,4 +61,4 @@ class <?php echo $this->apiName; ?> {
};
export default new BackendAPI();
export default new <?php echo $this->apiName; ?>();