Browse Source

Declare httpClient variable.

pull/980/head
Rosie Le Faive 1 year ago
parent
commit
91253bef14
  1. 7
      modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php
  2. 1
      workbench.log

7
modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

@ -87,6 +87,13 @@ class IIIFManifest extends StylePluginBase {
*/ */
protected $fileSystem; protected $fileSystem;
/**
* The Guzzle HTTP Client.
*
* @var \GuzzleHttp\Client
*/
protected $httpClient;
/** /**
* The messenger. * The messenger.
* *

1
workbench.log

@ -0,0 +1 @@
20-Sep-23 11:45:33 - ERROR - Error: Configuration file "config.yml" not found.
Loading…
Cancel
Save