scenarios() public method
Returns a list of scenarios and the corresponding active attributes. An active attribute is one that is subject to validation in the current scenario. The returned array should be in the following format: [
'scenario1' => ['attribute11', 'attribute12', ...],
'scenario2' => ['attribute21', 'attribute22', ...],
...
]
By default, an active attribute is considered safe and can be massively assigned. If an attribute should NOT be massively assigned (t