Files
hocusfokus-web/kirby/src/Toolkit/Config.php
2022-08-24 10:59:39 +02:00

22 lines
395 B
PHP

<?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
{
/**
* @var array
*/
public static $data = [];
}