From 2dd2ffc4ef0dd474a984ec3bbf011024572e89ec Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 03:58:57 +0000 Subject: [PATCH] code: index,hpp,dbal (1 files) --- dbal/cpp/src/entities/page/index.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dbal/cpp/src/entities/page/index.hpp b/dbal/cpp/src/entities/page/index.hpp index 3142859c5..d4af1a6c1 100644 --- a/dbal/cpp/src/entities/page/index.hpp +++ b/dbal/cpp/src/entities/page/index.hpp @@ -7,6 +7,7 @@ #include "crud/create_page.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"