fix typo in guide code block

This commit is contained in:
Carsten Brandt
2016-11-22 16:12:57 +01:00
parent b8b3aeeb00
commit db349527e7

View File

@ -446,7 +446,7 @@ class EntryForm extends Model
Sometimes validators involve multiple attributes. Consider the following form:
``` php
```php
class MigrationForm extends \yii\base\Model
{
/**