Completed
Push — master ( a56903...87c24f )
by Basil
02:47
created
core/base/ModuleReflection.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@
 block discarded – undo
258 258
          * @see https://github.com/luyadev/luya/issues/1730
259 259
          */
260 260
         $this->controller->view->on(View::EVENT_BEFORE_RENDER, function($event) {
261
-        	 Yii::$app->controller = $this->controller;
261
+                Yii::$app->controller = $this->controller;
262 262
         });
263 263
         
264 264
         // run the action on the provided controller object
Please login to merge, or discard this patch.