@@ -28,7 +28,7 @@ |
||
| 28 | 28 | return $logs; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | - public function revertToHistory($id, $historyId){ |
|
| 31 | + public function revertToHistory($id, $historyId) { |
|
| 32 | 32 | $trick = $this->em->find('App\Entity\Trick', $id); |
| 33 | 33 | $this->repo->revert($trick, $historyId); |
| 34 | 34 | $this->em->persist($trick); |