Skip to content

Commit

Permalink
Fix: Define $browser
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Sep 13, 2021
1 parent e151794 commit 8d3f0d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Classes/Service/ApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ class ApiService
*/
protected $logger;

/**
* @var Browser
*/
protected $browser;

/**
* Constructor
*/
Expand Down

0 comments on commit 8d3f0d9

Please sign in to comment.