Completed
Push — master ( 9a1517...383f9a )
by Marc
02:50
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.