namespace de fait hehe

This commit is contained in:
Yasder5 2026-02-28 15:57:54 +01:00
parent 6c21a5f1cb
commit 0638834933
23 changed files with 131 additions and 81 deletions

View file

@ -12,7 +12,9 @@ return array(
'Smarty\\' => array($vendorDir . '/smarty/smarty/src'),
'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'Guill\\Guillaume\\' => array($baseDir . '/src'),
'Models\\' => array($baseDir . '/models'),
'GrahamCampbell\\ResultType\\' => array($vendorDir . '/graham-campbell/result-type/src'),
'Entities\\' => array($baseDir . '/entities'),
'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'),
'Controllers\\' => array($baseDir . '/controllers'),
);

View file

@ -26,15 +26,26 @@ class ComposerStaticInit68f8d029d347b4c0c8cdbe33eeb96101
'PhpOption\\' => 10,
'PHPMailer\\PHPMailer\\' => 20,
),
'M' =>
array (
'Models\\' => 7,
),
'G' =>
array (
'Guill\\Guillaume\\' => 16,
'GrahamCampbell\\ResultType\\' => 26,
),
'E' =>
array (
'Entities\\' => 9,
),
'D' =>
array (
'Dotenv\\' => 7,
),
'C' =>
array (
'Controllers\\' => 12,
),
);
public static $prefixDirsPsr4 = array (
@ -62,18 +73,26 @@ class ComposerStaticInit68f8d029d347b4c0c8cdbe33eeb96101
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
),
'Guill\\Guillaume\\' =>
'Models\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
0 => __DIR__ . '/../..' . '/models',
),
'GrahamCampbell\\ResultType\\' =>
array (
0 => __DIR__ . '/..' . '/graham-campbell/result-type/src',
),
'Entities\\' =>
array (
0 => __DIR__ . '/../..' . '/entities',
),
'Dotenv\\' =>
array (
0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src',
),
'Controllers\\' =>
array (
0 => __DIR__ . '/../..' . '/controllers',
),
);
public static $classMap = array (