Commit 7a8eff7b by Luciano Baraglia

Same fix as ff8225c7 [skip ci]

parent b181cb42
......@@ -189,7 +189,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