<?PHP
/**
 * This file collects generally, often used functions in the public frontend for museum-digital:event-types
 *
 * @author Joshua Ramon Enslin <joshua@museum-digital.de>
 */
declare(strict_types = 1);

require_once __DIR__ . '/constants.php';
require_once __DIR__ . '/src/global_functions.php';

\spl_autoload_register("mdShortenerAutoloader");