Open
Description
Line 76 in abd025c
When your implement a wrapper without any dependencies with the core API, we cannot inject this instance into the Model.
Two ways to resove it :
- Have a
public static function setApi(\stdClass $api)
interface instead of - Or create a specific interface to type any API Wrapper