Implemented functions for optimizing source.html.twig

This commit is contained in:
Kevin Frantz
2019-02-18 21:09:57 +01:00
parent d99c05908b
commit a117d16429
14 changed files with 101 additions and 79 deletions

View File

@@ -26,7 +26,7 @@ final class ActionHttpMethodMap extends AbstractMap implements ActionHttpMethodM
Request::METHOD_GET,
Request::METHOD_DELETE,
],
ActionType::THREAD => [
ActionType::EXECUTE => [
Request::METHOD_GET,
],
];