This commit is contained in:
BingoKingo
2020-09-07 22:27:27 +08:00
parent 292a2ce027
commit 5c372e6e6a
52 changed files with 27445 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Doctrine\\Common\\Cache\\' => array($vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache'),
'App\\' => array($baseDir . '/app'),
);