nouveau-theatre-de-besancon/kirby/src/Toolkit/Config.php

19 lines
376 B
PHP
Raw Permalink Normal View History

2024-07-24 09:43:31 +02:00
<?php
namespace Kirby\Toolkit;
/**
* This is the core class to handle
* configuration values/constants.
*
* @package Kirby Toolkit
* @author Bastian Allgeier <bastian@getkirby.com>
* @link https://getkirby.com
* @copyright Bastian Allgeier
* @license https://opensource.org/licenses/MIT
*/
class Config extends Silo
{
public static array $data = [];
}