Skip to content

Commit a657bb7

Browse files
committed
category partial fix
1 parent c1ad155 commit a657bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/hessamcms/partials/_category_partial.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@if( count($category->siblings) > 0)
77
<ul>
8-
@include("hessamcms_admin::categories._category_partial", ['category_tree' => $category->siblings])
8+
@include("hessamcms::partials._category_partial", ['category_tree' => $category->siblings])
99
</ul>
1010
@endif
1111
</span>

0 commit comments

Comments
 (0)