Reordered property to top [skip ci]

This commit is contained in:
Alexander Makarov
2018-02-07 11:55:43 +03:00
parent 7bafb7bf09
commit e9bec0d246

View File

@ -19,6 +19,12 @@ use yii\base\InvalidConfigException;
*/
class Locale extends Component
{
/**
* @var string the locale ID.
* If not set, [[\yii\base\Application::language]] will be used.
*/
public $locale;
/**
* {@inheritdoc}
*/
@ -33,12 +39,6 @@ class Locale extends Component
}
}
/**
* @var string the locale ID.
* If not set, [[\yii\base\Application::language]] will be used.
*/
public $locale;
/**
* Returns a currency symbol
*