Skip to content

Commit 1a91aed

Browse files
committed
Update ActionMonitoring.php
1 parent 71eb31b commit 1a91aed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/ActionMonitoring.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public function getTypeColor(): string
2929
'store' => 'green',
3030
'update' => 'purple',
3131
'delete' => 'red',
32+
'restore' => 'yellow',
33+
'replicate' => 'pink',
3234
default => 'gray',
3335
};
3436
}

0 commit comments

Comments
 (0)