Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 5, 2015
1 parent d9ad2cc commit a1d4db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function renderTemplate($data)
public function prepareData($data)
{
return array_merge([
'config' => Yii::$app->config,
'config' => Yii::$app->config,
], parent::prepareData($data));
}

Expand Down

0 comments on commit a1d4db1

Please sign in to comment.