Skip to content

Commit

Permalink
Removed passing $this to template
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 27, 2017
1 parent 97801c7 commit 1d2efab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/TemplateHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function prepareData($data)
{
return array_merge([
'config' => Yii::$app->config,
'this' => $this,
'file' => $data->file,
], parent::prepareData($data));
}
Expand Down

0 comments on commit 1d2efab

Please sign in to comment.