implemented step 01

This commit is contained in:
2026-06-12 15:11:37 +02:00
parent 0751808967
commit a334da7231
18 changed files with 772 additions and 0 deletions

10
vendor/composer/autoload_psr4.php vendored Normal file
View File

@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'App\\' => array($baseDir . '/src'),
);