Update BaseInflector.php

This commit is contained in:
Alexander Makarov
2021-05-07 01:36:02 +03:00
committed by GitHub
parent c9889cfd2f
commit 9ce0d42daf

View File

@ -1,5 +1,4 @@
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
@ -624,4 +623,5 @@ class BaseInflector
{
return isset(Yii::$app) ? Yii::$app->charset : 'UTF-8';
}
}