@@ -38,7 +38,7 @@ |
||
| 38 | 38 | * @var EdmModelVisitor $this |
| 39 | 39 | */ |
| 40 | 40 | switch ($element->getSchemaElementKind()) { |
| 41 | - case SchemaElementKind::Function(): |
|
| 41 | + case SchemaElementKind::function(): |
|
| 42 | 42 | assert($element instanceof IFunction); |
| 43 | 43 | $this->processFunction($element); |
| 44 | 44 | break; |