Fix class name in ProductDownloadsServiceProvider

This commit is contained in:
Viktor Szépe 2023-03-03 13:43:06 +01:00 committed by GitHub
parent 00a12db5bd
commit 7ec2ad68be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class ProductDownloadsServiceProvider extends AbstractServiceProvider {
*/ */
protected $provides = array( protected $provides = array(
Register::class, Register::class,
Sync::class, Synchronize::class,
SyncUI::class, SyncUI::class,
UI::class, UI::class,
); );