Skip to content

Commit 69d1712

Browse files
committed
:octocat: could as well use the declared variable...
1 parent 6ee16c8 commit 69d1712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SettingsContainerAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function construct():void{
4343
$method = $trait->getShortName();
4444

4545
if(method_exists($this, $method)){
46-
call_user_func([$this, $trait->getShortName()]);
46+
call_user_func([$this, $method]);
4747
}
4848
}
4949

0 commit comments

Comments
 (0)