replace sub_section to plant_sub_section

This commit is contained in:
Muhammad Afif
2025-10-24 10:31:27 +07:00
parent cec23e4777
commit 23f447188f
8 changed files with 23 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ const {
createSubSectionDb,
updateSubSectionDb,
deleteSubSectionDb
} = require('../db/sub_section.db');
} = require('../db/plant_sub_section.db');
const { ErrorHandler } = require('../helpers/error');
class SubSectionService {