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