Commit 84e6c9a3 by Alexander Makarov

Merge pull request #4289 from mrarthur/patch-2

Error in code example
parents eee8a150 6bbba2a5
......@@ -185,7 +185,7 @@ public function scenarios()
{
return [
'backend' => ['email', 'role'],
'frontend' => ['email', '!name'],
'frontend' => ['email', '!role'],
];
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment