The trait Cerbero\LazyJsonPages\Concerns\RetriesHttpRequests requires some properties which are not provided by Cerbero\LazyJsonPages\Handlers\AbstractHandler: $attempts, $backoff
Loading history...
16
17
/**
18
* The APIs configuration.
19
*
20
* @var Config
21
*/
22
protected $config;
23
24
/**
25
* Instantiate the class.
26
*
27
* @param Config $config
28
*/
29
14
public function __construct(Config $config)
30
{
31
14
$this->config = $config;
32
14
}
33
34
/**
35
* Determine whether the handler can handle the APIs configuration