@@ -263,7 +263,7 @@ |
||
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 |