@@ -70,7 +70,7 @@ |
||
70 | 70 | case 'page_id': $this->setPageId($value); break; |
71 | 71 | |
72 | 72 | default: |
73 | - throw new Exception('Unknown option found in the UrlTargeting entity: ' . $name); |
|
73 | + throw new Exception('Unknown option found in the UrlTargeting entity: '.$name); |
|
74 | 74 | } |
75 | 75 | } |
76 | 76 | } |