Skip to content
Snippets Groups Projects
Commit d2b302c1 authored by Ian McLean's avatar Ian McLean
Browse files

Issue #3392023 by elgordogrande: Deprecated function: Creation of dynamic property PHP8.2

parent 472df7c5
Branches
Tags 1.0-beta2 1.0-beta3 8.x-1.0-beta3
No related merge requests found
......@@ -49,7 +49,7 @@ class SettingsForm extends ConfigFormBase {
*
* @var \Drupal\file_upload_options\Services\FileUploadService
*/
protected $fileUploadServce;
protected $fileUploadService;
/**
* Supported fields.
......
......@@ -38,6 +38,13 @@ class FileUploadService {
*/
protected $entityTypeBundleInfo;
/**
* Config Factory.
*
* @var \Drupal\Core\Config\ConfigFactoryInterface
*/
protected $configFactory;
/**
* The constructor.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment