@@ -192,7 +192,7 @@ |
||
| 192 | 192 | */ |
| 193 | 193 | public function getViewPath(): string |
| 194 | 194 | { |
| 195 | - return $this->module->getViewPath() . DIRECTORY_SEPARATOR . 'item'; |
|
| 195 | + return $this->module->getViewPath().DIRECTORY_SEPARATOR.'item'; |
|
| 196 | 196 | } |
| 197 | 197 | |
| 198 | 198 | /** |