From f79b3b14029f4e30bf3e2d2ab4c20cc946c58601 Mon Sep 17 00:00:00 2001 From: WordPressFan Date: Wed, 26 Feb 2025 16:11:00 +0200 Subject: [PATCH] adjust the template path --- inc/Engine/Saas/ServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Engine/Saas/ServiceProvider.php b/inc/Engine/Saas/ServiceProvider.php index 9b9f9e1116..dfa6ae23d6 100644 --- a/inc/Engine/Saas/ServiceProvider.php +++ b/inc/Engine/Saas/ServiceProvider.php @@ -46,7 +46,7 @@ public function register(): void { [ 'options', 'rucss_optimize_context', - new StringArgument( $this->getContainer()->get( 'template_path' ) ), + new StringArgument( $this->getContainer()->get( 'template_path' ) . '/settings' ), ] ); $this->getContainer()->add( 'saas_clean', Clean::class );