first commit

This commit is contained in:
2026-09-25 13:40:22 +02:00
commit 0b2b119318
15 changed files with 1195 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Entity\\Backend\\' => array($baseDir . '/src'),
);