Fix PHPStan errors
This commit is contained in:
committed by
M. Shull
parent
3ff55d85a9
commit
ab097d356a
@ -20,7 +20,7 @@ class Capabilities {
|
||||
$wp = new WPFunctions;
|
||||
}
|
||||
$this->wp = $wp;
|
||||
$this->access_control = new AccessControl($wp);
|
||||
$this->access_control = new AccessControl;
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
Reference in New Issue
Block a user