diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 69ac5821c92..6a8e9e99569 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,9 @@ } }, "autoload": { + "files": [ + "lib/public/Log/functions.php" + ], "psr-4": { "": "lib/private/legacy", "OC\\": "lib/private", |