Remove fixed path for module loading

This commit is contained in:
Daniel Kesselberg 2018-01-27 18:46:18 +01:00
parent 3c1b0f745f
commit d41a845d36

View File

@ -24,6 +24,5 @@ return [
],
'params' => [
'installed' => true,
'moduleAutoloadPaths' => ['/home/travis/build/humhub'],
]
];