<?php
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2019 Leo Feyer
*
* @copyright Tim Gatzky 2019, Premium-Contao-Themes
* @author Tim Gatzky <info@tim-gatzky.de>
* @package pct_seo_helper
* @link https://contao.org, https://www.premium-contao-themes.com
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*/
/**
* Register the namespaces
*/
\Contao\ClassLoader::addNamespaces(array
(
'PCT\SEO',
));
/**
* Register the classes
*/
\Contao\ClassLoader::addClasses(array
(
'PCT\SEO' => 'system/modules/pct_seo_helper/PCT/SEO.php',
'PCT\SEO\ContaoCallbacks' => 'system/modules/pct_seo_helper/PCT/SEO/ContaoCallbacks.php',
));