@@ -74,7 +74,7 @@ |
||
74 | 74 | ] |
75 | 75 | ] |
76 | 76 | ]; |
77 | - $document = new SwaggerDocument('', $documentDefinition); |
|
77 | + $document = new SwaggerDocument('', $documentDefinition); |
|
78 | 78 | |
79 | 79 | return new static($document, $path, $method); |
80 | 80 | } |