You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The helpers.php file in this package is being loaded before Laravel's. This is causing a conflict, e.g. with the "with" function. Laravel's version includes a second callback parameter. This one does not. I haven't checked the other functions to make sure they are identical, so there could be other issues.
I believe the design of this package is broken, if it depends on you keeping it in-sync with Laravel upstream manually. Remarkably, there doesn't appear to be a way to tell composer which autoload_files to load first. It's clearly not using the order of dependencies in my composer.json.
The helpers.php file in this package is being loaded before Laravel's. This is causing a conflict, e.g. with the "with" function. Laravel's version includes a second callback parameter. This one does not. I haven't checked the other functions to make sure they are identical, so there could be other issues.
I believe the design of this package is broken, if it depends on you keeping it in-sync with Laravel upstream manually. Remarkably, there doesn't appear to be a way to tell composer which autoload_files to load first. It's clearly not using the order of dependencies in my composer.json.
FYI—the function in question was changed 9 months ago:
laravel/framework#21445
The text was updated successfully, but these errors were encountered: