Completed
Push — master ( d67259...cd801d )
by Berend
05:01 queued 02:20
created
src/View.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 					$basePath = mb_substr($basePath, 0, -1);
80 80
 				}
81 81
 
82
-				$path = $basePath . static::DIRECTORY_SEPARATOR . $path;
82
+				$path = $basePath.static::DIRECTORY_SEPARATOR.$path;
83 83
 			}
84 84
 
85 85
 			include $path;
Please login to merge, or discard this patch.