mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 14:50:56 +08:00
Fix documentation of PhpMessageSource::$basePath
This commit is contained in:
@ -34,8 +34,7 @@ use Yii;
|
||||
class PhpMessageSource extends MessageSource
|
||||
{
|
||||
/**
|
||||
* @var string the base path for all translated messages. Defaults to null, meaning
|
||||
* the "messages" subdirectory of the application directory (e.g. "protected/messages").
|
||||
* @var string the base path for all translated messages. Defaults to '@app/messages'.
|
||||
*/
|
||||
public $basePath = '@app/messages';
|
||||
/**
|
||||
|
Reference in New Issue
Block a user