@@ -14,7 +14,7 @@ |
||
14 | 14 | $this->controller = "Usecases"; |
15 | 15 | } |
16 | 16 | |
17 | - public function updateAction($id=null){ |
|
17 | + public function updateAction($id = null) { |
|
18 | 18 | parent::updateAction(); |
19 | 19 | $this->response->redirect("Projets/read/$id/2"); |
20 | 20 | } |