Skip to content

Commit

Permalink
Fix AppMetadata provider
Browse files Browse the repository at this point in the history
- Was giving an error when trying to upgrade using php 7.4
  • Loading branch information
clemente-raposo committed Dec 13, 2023
1 parent 5b86d15 commit c570b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/backend/Metadata/Service/AppMetadataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function __construct(
AdminPanelDefinitionProviderInterface $adminPanelDefinitions,
CacheInterface $cache,
CacheManagerInterface $cacheManager,
InstallHandler $installHandler,
InstallHandler $installHandler
)
{
$this->moduleNameMapper = $moduleNameMapper;
Expand Down

0 comments on commit c570b23

Please sign in to comment.