From d830bc16e0d70a3b77294d57c2cd6d159cff6849 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 03:57:22 +0000 Subject: [PATCH] code: index,hpp,dbal (1 files) --- dbal/cpp/src/entities/page/index.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbal/cpp/src/entities/page/index.hpp b/dbal/cpp/src/entities/page/index.hpp index d42ffcd96..d4af1a6c1 100644 --- a/dbal/cpp/src/entities/page/index.hpp +++ b/dbal/cpp/src/entities/page/index.hpp @@ -6,8 +6,8 @@ #define DBAL_PAGE_INDEX_HPP #include "crud/create_page.hpp" -#include "crud/get_page.hpp" -#include "crud/get_page_by_slug.hpp" +#include "crud/get/get_page.hpp" +#include "crud/get/get_page_by_slug.hpp" #include "crud/update_page.hpp" #include "crud/delete_page.hpp" #include "crud/list_pages.hpp"