Skip to content

Commit 4abe0d8

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 261ae9c + c8f6224 commit 4abe0d8

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)