Skip to content
Snippets Groups Projects

Issue #3447608: Remove declaration of WebformSubmissionDevelGenerate::$entityTypeManager

Merged Issue #3447608: Remove declaration of WebformSubmissionDevelGenerate::$entityTypeManager
Merged aaron.ferris requested to merge issue/webform-3447608:3447608-fatal-error-type into 6.2.x
1 file
+ 0
7
Compare changes
  • Side-by-side
  • Inline
@@ -52,13 +52,6 @@ class WebformSubmissionDevelGenerate extends DevelGenerateBase implements Contai
@@ -52,13 +52,6 @@ class WebformSubmissionDevelGenerate extends DevelGenerateBase implements Contai
*/
*/
protected $database;
protected $database;
/**
* The entity type manager.
*
* @var \Drupal\Core\Entity\EntityTypeManagerInterface
*/
protected $entityTypeManager;
/**
/**
* The webform submission generation service.
* The webform submission generation service.
*
*
Loading