Fix class name in ProductDownloadsServiceProvider (#37052)
This commit is contained in:
commit
6f3858e82d
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Corrects a class reference in the ProductDownloadsServiceProvider.
|
|
@ -19,7 +19,7 @@ class ProductDownloadsServiceProvider extends AbstractServiceProvider {
|
|||
*/
|
||||
protected $provides = array(
|
||||
Register::class,
|
||||
Sync::class,
|
||||
Synchronize::class,
|
||||
SyncUI::class,
|
||||
UI::class,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue