We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee16c8 commit 69d1712Copy full SHA for 69d1712
src/SettingsContainerAbstract.php
@@ -43,7 +43,7 @@ protected function construct():void{
43
$method = $trait->getShortName();
44
45
if(method_exists($this, $method)){
46
- call_user_func([$this, $trait->getShortName()]);
+ call_user_func([$this, $method]);
47
}
48
49
0 commit comments