Closed
Description
With pull request #627, the way of passing multiple route parameters to Form::open
changed under the guise of a bug fix from:
Form::open(['route' => ['route.name', 'id' => 1, 'foo' => 'bar']])
to:
Form::open(['route' => ['route.name', ['id' => 1, 'foo' => 'bar']]])
Can we maintain backwards compatibility?
Metadata
Metadata
Assignees
Labels
No labels