Completed
Pull Request — master (#38)
by
unknown
01:38
created
base/ItemController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
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
 	/**
Please login to merge, or discard this patch.