No need to load composer autoloader.
This commit is contained in:
parent
9bf74561f0
commit
40aef9ff30
1 changed files with 0 additions and 3 deletions
|
|
@ -40,6 +40,3 @@ if (class_exists('\\OCP\\AppFramework\\Http\\EmptyContentSecurityPolicy')) {
|
||||||
\OC::$server->getCapabilitiesManager()->registerCapability(function() {
|
\OC::$server->getCapabilitiesManager()->registerCapability(function() {
|
||||||
return new Capabilities();
|
return new Capabilities();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Register the composer autoloader for packages shipped by this app
|
|
||||||
include_once __DIR__ . '/../lib/vendor/autoload.php';
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue