Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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 <[email protected]>
  • Loading branch information
CarlSchwan authored and backportbot[bot] committed Mar 11, 2022
commit 02f55a9a61c29ff7cba7154cdee11be26aa84277
4 changes: 0 additions & 4 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@

//use OCA\Files\App as FilesApp;


require_once __DIR__ . '/../../vendor/autoload.php';


/**
* Class Application
*
Expand Down