@@ -225,7 +225,7 @@ |
||
225 | 225 | public function getWidgetNameWithCustomNamespace() |
226 | 226 | { |
227 | 227 | return $this->customWidgetNamespace |
228 | - ? $this->customWidgetNamespace . '::' . $this->widgetName |
|
228 | + ? $this->customWidgetNamespace.'::'.$this->widgetName |
|
229 | 229 | : $this->widgetName; |
230 | 230 | } |
231 | 231 | } |