Files
hocusfokus-web/kirby/src/Toolkit/Config.php
Bastian Allgeier 9c89153d35 Upgrade to 3.2.0
2019-06-25 09:56:08 +02:00

22 lines
412 B
PHP
Executable File

<?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 GmbH
* @license https://opensource.org/licenses/MIT
*/
class Config extends Silo
{
/**
* @var array
*/
public static $data = [];
}