Completed
Push — master ( db74f2...dd23e0 )
by Marc
02:23
created
core/base/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
      */
264 264
     public function getControllerPath()
265 265
     {
266
-        return Yii::getAlias('@' . str_replace('\\', '/', $this->controllerNamespace), false);
266
+        return Yii::getAlias('@'.str_replace('\\', '/', $this->controllerNamespace), false);
267 267
     }
268 268
 
269 269
 	// STATIC METHODS
Please login to merge, or discard this patch.