This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
set include/ folder base for 'Friendica' PSR4 namespace
pull/2585/head
Fabrixxm
4 years ago
parent
60c1172e7e
commit
f2e79e976d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
include/autoloader/autoload_psr4.php
+ 1
- 0
include/autoloader/autoload_psr4.php
View File
@ -6,4 +6,5 @@ $vendorDir = dirname(dirname(dirname(__FILE__)))."/library";
$baseDir
=
dirname
(
$vendorDir
);
return
array
(
'Friendica\\'
=>
array
(
$baseDir
.
'/include'
),
);
Write
Preview
Loading…
Cancel
Save