Added draft for LawController

This commit is contained in:
Kevin Frantz
2018-10-03 18:20:53 +02:00
parent ab15856aa4
commit 94bc8c5da4
7 changed files with 63 additions and 25 deletions

View File

@@ -37,7 +37,6 @@ class NodeController extends FOSRestController
if (!$node) {
throw $this->createNotFoundException('No node found for id '.$id);
}
return $node;
}
}