Skip to content

Commit 552f207

Browse files
author
csavelief
committed
Reorder categories
1 parent 42c5bd9 commit 552f207

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/View/Components/Timeline.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ public function __construct()
169169
$this->categories = [
170170
self::CATEGORY_ALL,
171171
self::CATEGORY_ASSETS,
172-
self::CATEGORY_CONVERSATIONS,
172+
self::CATEGORY_VULNERABILITIES,
173173
self::CATEGORY_EVENTS,
174174
self::CATEGORY_NOTES,
175-
self::CATEGORY_VULNERABILITIES,
175+
self::CATEGORY_CONVERSATIONS,
176176
];
177177

178178
$messages = collect();

0 commit comments

Comments
 (0)