- Issue created by @imclean
- First commit to issue fork.
- Status changed to Needs review
4 days ago 11:04am 15 May 2025 - 🇩🇪Germany Kate Heinlein Berlin
With this patch I'm getting
TypeError: Drupal\google_analytics_reports_api\Form\GoogleAnalyticsReportsApiAdminSettingsForm::__construct(): Argument #6 ($file_validator) must be of type Drupal\file\FileValidatorInterface, Drupal\file\Validation\FileValidator given
Changing the use from
use Drupal\file\FileValidatorInterface;
to
use Drupal\file\Validation\FileValidatorInterface;
fixes the error.