[SoapBundle][SoapCommon] Removed unused TypeRepository in Definition\Method classes
This commit is contained in:
@ -88,7 +88,6 @@ class AnnotationClassLoader extends Loader
|
||||
|
||||
$serviceMethod = new Definition\Method(
|
||||
$annotation->getValue(),
|
||||
$this->typeRepository,
|
||||
$this->getController($class, $method, $annotation)
|
||||
);
|
||||
} elseif ($annotation instanceof Annotation\Result) {
|
||||
|
Reference in New Issue
Block a user