Fix class name in ProductDownloadsServiceProvider (#37052)

This commit is contained in:
Barry Hughes 2023-03-03 08:11:55 -08:00 committed by GitHub
commit 6f3858e82d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Corrects a class reference in the ProductDownloadsServiceProvider.

View File

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