Your IP : 216.73.216.40


Current Path : /usr/share/php/Symfony3/Component/Translation/
Upload File :
Current File : //usr/share/php/Symfony3/Component/Translation/autoload.php

<?php
/**
 * Autoloader for php-symfony3-translation and its' dependencies
 * (created by php-symfony3-3.4.38-1.el7.remi).
 */
require_once dirname(dirname(__DIR__)).'/autoload-common.php';

// Self PSR-4
\Fedora\Autoloader\Autoload::addPsr4('Symfony\\Component\\Translation\\', __DIR__, true);

// Optional dependencies
\Fedora\Autoloader\Dependencies::optional([
    FEDORA_SYMFONY3_DIR.'/Component/Config/autoload.php',
    FEDORA_SYMFONY3_DIR.'/Component/Yaml/autoload.php'
]);