@@ -61,9 +61,9 @@ |
||
61 | 61 | throw $this->createNotFoundException(($element instanceof Page |
62 | 62 | ? 'Page' |
63 | 63 | : ($element |
64 | - instanceof |
|
65 | - Category ? 'Category' : 'Elements')) |
|
66 | - .' hierarchy not found.'); |
|
64 | + instanceof |
|
65 | + Category ? 'Category' : 'Elements')) |
|
66 | + .' hierarchy not found.'); |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 |