We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44199b commit c8f6224Copy full SHA for c8f6224
src/Services/ImportDataService.php
@@ -504,7 +504,7 @@ protected function processForNavigation()
504
// Create tree structure for navigation items
505
foreach (collect($this->pendingData['navigation'] ?? [])->groupBy('category') as $category => $items) {
506
507
- // Create a tree data
+ // Create a tree data
508
$treeData = [];
509
foreach ($items as $item) {
510
try {
0 commit comments