Problem/Motivation
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /app/modules/contrib/hubspot/src/Form/AdminSettings.php on line 43 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 44 of core/lib/Drupal/Core/Form/ConfigFormBase.php).
Steps to reproduce
Visit admin/config/services/hubspot, gets error
Proposed resolution
Fix parent constructor.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | argumentcounterror-3536548-2.patch | 1.32 KB | monymirza |
Comments
Comment #2
monymirzaComment #4
richgerdes@monymirza, thanks for the patch! This is a good fix. I like using the create this way.