Commit b110a38
Ibrahim BinAlshikh
fix: correct parent constructor call and static method usage in ExtendedWebServicesManager
- Pass null as first argument to parent::__construct() since
WebServicesManager expects ?Request as first parameter, not string.
- Use $this->getRequest()->getMethod() instead of static
Request::getMethod() which is not a static method.
Fixes #2961 parent 007c799 commit b110a38
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments