init
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// autoload_psr4.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(__DIR__);
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'Workerman\\Coroutine\\' => array($vendorDir . '/workerman/coroutine/src'),
|
||||
'Workerman\\' => array($vendorDir . '/workerman/workerman/src', $vendorDir . '/workerman/coroutine/src'),
|
||||
'LayLink\\' => array($baseDir . '/src'),
|
||||
);
|
||||
Reference in New Issue
Block a user