Browse Source

Merge pull request #980 from rosiel/issue-975

Declare httpClient variable.
pull/743/merge
Alexander O'Neill 12 months ago committed by GitHub
parent
commit
f7a77820d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

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

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

Loading…
Cancel
Save