mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Added draft for LawController
This commit is contained in:
@@ -37,7 +37,6 @@ class NodeController extends FOSRestController
|
||||
if (!$node) {
|
||||
throw $this->createNotFoundException('No node found for id '.$id);
|
||||
}
|
||||
|
||||
return $node;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user