mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
Fix typo in zh-CN guide [skip ci] (#17277)
This commit is contained in:
committed by
Alexander Makarov
parent
58761b4411
commit
1689784414
@ -32,7 +32,7 @@ namespace app\components;
|
|||||||
|
|
||||||
use yii\base\BaseObject;
|
use yii\base\BaseObject;
|
||||||
|
|
||||||
class Foo extend BaseObject
|
class Foo extends BaseObject
|
||||||
{
|
{
|
||||||
private $_label;
|
private $_label;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user