File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,14 @@ class UpdateService {
83
83
/**
84
84
* Constructs a new UpdateService object.
85
85
*/
86
- public function __construct (UuidInterface $ uuid ,
87
- ConfigFactoryInterface $ config_factory ,
88
- ModuleHandlerInterface $ module_handler ,
89
- EntityTypeManagerInterface $ entity_type_manager ,
90
- EntityFieldManagerInterface $ entity_field_manager ,
91
- EntityLastInstalledSchemaRepositoryInterface $ last_installed_schema_repository ) {
86
+ public function __construct (
87
+ UuidInterface $ uuid ,
88
+ ConfigFactoryInterface $ config_factory ,
89
+ ModuleHandlerInterface $ module_handler ,
90
+ EntityTypeManagerInterface $ entity_type_manager ,
91
+ EntityFieldManagerInterface $ entity_field_manager ,
92
+ EntityLastInstalledSchemaRepositoryInterface $ last_installed_schema_repository ,
93
+ ) {
92
94
$ this ->uuid = $ uuid ;
93
95
$ this ->configFactory = $ config_factory ;
94
96
$ this ->moduleHandler = $ module_handler ;
You can’t perform that action at this time.
0 commit comments