Skip to content

Commit

Permalink
adjust the template path
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Feb 26, 2025
1 parent 573e274 commit f79b3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Saas/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit f79b3b1

Please sign in to comment.