Skip to content

Commit c8f6224

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent c44199b commit c8f6224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ImportDataService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ protected function processForNavigation()
504504
// Create tree structure for navigation items
505505
foreach (collect($this->pendingData['navigation'] ?? [])->groupBy('category') as $category => $items) {
506506

507-
// Create a tree data
507+
// Create a tree data
508508
$treeData = [];
509509
foreach ($items as $item) {
510510
try {

0 commit comments

Comments
 (0)