You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
654 B
18 lines
654 B
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Twig\\' => array($vendorDir . '/twig/twig/src'),
|
|
'Symfony\\Polyfill\\Php81\\' => array($vendorDir . '/symfony/polyfill-php81'),
|
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
|
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
|
|
'Model\\' => array($baseDir . '/src/Model'),
|
|
'Gateway\\' => array($baseDir . '/src/Gateway'),
|
|
'Entity\\' => array($baseDir . '/src/Entity'),
|
|
'Controleur\\' => array($baseDir . '/src/Controleur'),
|
|
);
|