You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->logger->warning($this->translator->trans('Unable to register the core service stub for %s during the update: %s', [$requiredCoreSymbol, $e->getMessage()]));
78
87
}
79
88
}
80
89
}
81
90
82
91
/**
83
-
* @return array<string, callable(ContainerInterface):void> core symbol => stub installer
92
+
* @return array<string, class-string> core symbol => decorating stub class
84
93
*/
85
94
privatefunctiongetStubs(): array
86
95
{
87
96
return [
88
97
// PrestaShop 9.2+: the extra_property_definition table is created late in the
89
98
// migration, after PHP scripts that already make ObjectModel query it.
Copy file name to clipboardExpand all lines: classes/UpgradeTools/CoreUpgrader/CoreServiceStub/Stubs/FaultTolerantExtraPropertyDefinitionRepository.php
-25Lines changed: 0 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,6 @@
47
47
*/
48
48
class FaultTolerantExtraPropertyDefinitionRepository implements ExtraPropertyDefinitionRepositoryInterface
49
49
{
50
-
/**
51
-
* Service id used by ObjectModel to resolve the repository from the container.
0 commit comments