-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Line 76 in abd025c
public static function setApi(Api $api) |
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
vladimirmartsul
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers