v2.0.4
- Refactor
Orchestra\Support\Validator
to minimize usage ofIlluminate\Support\Fluent
, this allow rules to be assigned as array and only pass as instance of Fluent during event (to allow pass by references).
Orchestra\Support\Validator
to minimize usage of Illuminate\Support\Fluent
, this allow rules to be assigned as array and only pass as instance of Fluent during event (to allow pass by references).