Remove autoloading of 3rdparty libraries

Since the library is now integrated inside the circle app, we don't need
this anymore and it wont' work when composer install --no-dev was used.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan 2022-03-11 11:34:09 +01:00
parent 7c153fd166
commit b6297dad31

View file

@ -92,10 +92,6 @@ use Throwable;
//use OCA\Files\App as FilesApp;
require_once __DIR__ . '/../../vendor/autoload.php';
/**
* Class Application
*