Completed
Push — master ( dd4960...a11fa0 )
by Marc
04:14 queued 01:47
created
core/base/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
      */
246 246
     public function getControllerPath()
247 247
     {
248
-        return Yii::getAlias('@' . str_replace('\\', '/', $this->controllerNamespace), false);
248
+        return Yii::getAlias('@'.str_replace('\\', '/', $this->controllerNamespace), false);
249 249
     }
250 250
 
251 251
     // STATIC METHODS
Please login to merge, or discard this patch.