Skip to content

Commit 3634fea

Browse files
committed
reverted static resolving
1 parent e4ffd09 commit 3634fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/Collection/MethodsCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function remove(MethodData $method){
2424
}
2525
public function get($name, Specification $spec = null){
2626
if($spec === null){
27-
$spec = new Specification('private', true, true);
27+
$spec = new Specification('private', false, true);
2828
}
2929
if(array_key_exists($name, $this->methods)){
3030
$method = $this->methods[$name];

0 commit comments

Comments
 (0)