Skip to content

Commit

Permalink
Merge pull request #980 from rosiel/issue-975
Browse files Browse the repository at this point in the history
Declare httpClient variable.
  • Loading branch information
alxp authored Sep 30, 2023
2 parents 58d1b37 + 84c6ca8 commit f7a7782
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ class IIIFManifest extends StylePluginBase {
*/
protected $fileSystem;

/**
* The Guzzle HTTP Client.
*
* @var \GuzzleHttp\Client
*/
protected $httpClient;

/**
* The messenger.
*
Expand Down

0 comments on commit f7a7782

Please sign in to comment.