Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 4, 2018
1 parent 740f978 commit 9963707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/I18N.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ class I18N extends \yii\i18n\I18N
*/
public function init()
{
if (!isset($this->translations['*'])) {
/*if (!isset($this->translations['*'])) {
$this->translations['*'] = [
'class' => 'yii\i18n\PhpMessageSource'
];
}
}*/

parent::init();
}
Expand Down

0 comments on commit 9963707

Please sign in to comment.