This commit is contained in:
Saeed Vaziry
2025-05-27 00:30:29 +02:00
parent f5fdbae4ac
commit 6032bd1098
17 changed files with 514 additions and 65 deletions

View File

@ -25,6 +25,7 @@ public function toArray(Request $request): array
'mask' => $this->mask,
'note' => $this->note,
'status' => $this->status,
'status_color' => FirewallRule::$statusColors[$this->status] ?? 'gray',
'created_at' => $this->created_at,
'updated_at' => $this->updated_at,
];