This commit is contained in:
2024-12-15 11:21:10 +08:00
parent 663e8e8fcf
commit d61c5656c5
60 changed files with 13584 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Workerman\\' => array($vendorDir . '/workerman/workerman'),
);