* @link https://getkirby.com * @copyright Bastian Allgeier GmbH * @license https://opensource.org/licenses/MIT */ class Config extends Silo { /** * @var array */ public static $data = []; }