diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-12-14 08:31:31 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-12-14 08:31:31 +0100 |
commit | 49b095b78e46090f731314a914786d8ddbb04bbb (patch) | |
tree | 31603d4460efd017238ab5abed1b14aa8dca09e3 /apps/updatenotification/composer/composer.json | |
parent | ce12763ab7e29d8b41ef1b0594923f7911decea9 (diff) | |
download | nextcloud-server-49b095b78e46090f731314a914786d8ddbb04bbb.tar.gz nextcloud-server-49b095b78e46090f731314a914786d8ddbb04bbb.zip |
Use proper authorative-autoloader for app autoloaders
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/updatenotification/composer/composer.json')
-rw-r--r-- | apps/updatenotification/composer/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/composer/composer.json b/apps/updatenotification/composer/composer.json index 3e14337eb69..1357d3f09b8 100644 --- a/apps/updatenotification/composer/composer.json +++ b/apps/updatenotification/composer/composer.json @@ -2,7 +2,7 @@ "config" : { "vendor-dir": ".", "optimize-autoloader": true, - "authorative-autoloader": true, + "classmap-authoritative": true, "autoloader-suffix": "UpdateNotification" }, "autoload" : { |