mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:50:11 +00:00
add composer-derived autoloader
This commit is contained in:
parent
c28109ca94
commit
c6514d58db
8 changed files with 535 additions and 0 deletions
9
include/autoloader/autoload_psr4.php
Normal file
9
include/autoloader/autoload_psr4.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
// autoload_psr4.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(dirname(dirname(__FILE__)))."/library";
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue