mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
#591 - firewall
This commit is contained in:
@ -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,
|
||||
];
|
||||
|
Reference in New Issue
Block a user