- Issue created by @yurikulinkovich
- ๐ฎ๐ณIndia rakesh.regar Rajasthan, India
rakesh.regar โ made their first commit to this issueโs fork.
- Merge request !17Issue #3523862 :Argument 2 must be of type Symphony Route Object. โ (Open) created by rakesh.regar
- ๐ฎ๐ณIndia rakesh.regar Rajasthan, India
The Patch looks good but the $route variable was already defied and used so modifying that won't be a good approach as it may create problem in existing flow, so for null check instead of using $route variable I'm using new variable $route_object in raised Merge Request.
Please review. - ๐ง๐พBelarus yurikulinkovich
Thanks for catching this. Updated the patch with $route_object variable.