mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Set apcu prefix for composer
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
3e5838198c
commit
be4c061b75
1 changed files with 1 additions and 0 deletions
|
|
@ -594,6 +594,7 @@ class OC {
|
|||
|
||||
// Add default composer PSR-4 autoloader
|
||||
self::$composerAutoloader = require_once OC::$SERVERROOT . '/lib/composer/autoload.php';
|
||||
self::$composerAutoloader->setApcuPrefix('composer_autoload');
|
||||
|
||||
try {
|
||||
self::initPaths();
|
||||
|
|
|
|||
Loading…
Reference in a new issue