diff -u b/cloudflare_stream.services.yml b/cloudflare_stream.services.yml --- b/cloudflare_stream.services.yml +++ b/cloudflare_stream.services.yml @@ -1,3 +1,4 @@ services: cloudflare_stream: class: Drupal\cloudflare_stream\Service\CloudflareStream + arguments: [ '@config.factory' ] diff -u b/src/Service/CloudflareStream.php b/src/Service/CloudflareStream.php --- b/src/Service/CloudflareStream.php +++ b/src/Service/CloudflareStream.php @@ -19,7 +19,7 @@ protected $config; /** - * Constructs a Settings object. + * Constructs a CloudflareStream object. * * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * Configuration factory.