mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
#591 - databases
This commit is contained in:
@ -18,7 +18,10 @@ public function toArray(Request $request): array
|
||||
'id' => $this->id,
|
||||
'server_id' => $this->server_id,
|
||||
'name' => $this->name,
|
||||
'collation' => $this->collation,
|
||||
'charset' => $this->charset,
|
||||
'status' => $this->status,
|
||||
'status_color' => $this::$statusColors[$this->status] ?? 'gray',
|
||||
'created_at' => $this->created_at,
|
||||
'updated_at' => $this->updated_at,
|
||||
];
|
||||
|
Reference in New Issue
Block a user