fix design, add addresses

This commit is contained in:
Ludovic CANDELLIER
2022-12-29 16:16:09 +01:00
parent 11aaaa024c
commit 5e6af2e5f8
22 changed files with 165 additions and 75 deletions

View File

@@ -54,6 +54,7 @@ class Categories
}
$tree[] = $leaf;
}
$tree = collect($tree)->sortBy('name')->toArray();
return $tree;
}