@@ -6,11 +6,11 @@ |
||
6 | 6 | { |
7 | 7 | public function persist($entity) |
8 | 8 | { |
9 | - throw new \Exception('Method ' . __METHOD__ . ' was not implemented'); |
|
9 | + throw new \Exception('Method '.__METHOD__.' was not implemented'); |
|
10 | 10 | } |
11 | 11 | |
12 | 12 | public function remove($entity) |
13 | 13 | { |
14 | - throw new \Exception('Method ' . __METHOD__ . ' was not implemented'); |
|
14 | + throw new \Exception('Method '.__METHOD__.' was not implemented'); |
|
15 | 15 | } |
16 | 16 | } |