Skip to content

Commit

Permalink
Declare httpClient variable.
Browse files Browse the repository at this point in the history
rosiel committed Sep 20, 2023
1 parent e3399d3 commit 91253be
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -87,6 +87,13 @@ class IIIFManifest extends StylePluginBase {
*/
protected $fileSystem;

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

/**
* The messenger.
*
1 change: 1 addition & 0 deletions workbench.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20-Sep-23 11:45:33 - ERROR - Error: Configuration file "config.yml" not found.

0 comments on commit 91253be

Please sign in to comment.