Merge pull request #20954 from nextcloud/backport/20951/stable19

[stable19] Trailing comma's in functin arguments break on 7.2
This commit is contained in:
Roeland Jago Douma 2020-05-13 19:46:58 +02:00 committed by GitHub
commit acdd9362df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class OCJSController extends Controller {
$iniWrapper,
$urlGenerator,
$capabilitiesManager,
$initialStateService,
$initialStateService
);
}