Zed exposes the configuration as a hashmap to the site health checks:
private HashMap $config.
A check need the name of the database. ArrayAccess can allow this syntax:
$this->config['database']['database']
Ref T1678.
|  Differential  D2509  
Implement ArrayAccess interface for Vector and HashMap Authored by dereckson on Feb 10 2022, 23:27. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details 
 Zed exposes the configuration as a hashmap to the site health checks: A check need the name of the database. ArrayAccess can allow this syntax: Ref T1678. Unit tests provided. 
Diff Detail 
 |