-
-
Couldn't load subscription status.
- Fork 56
fix: prevent redeclaring export query generator function (Laravel Octane) #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Kudos, SonarCloud Quality Gate passed! Quality Gate passed
Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells
No Coverage information No Coverage information
0.0% 0.0% Duplication
Wasn't able to test on Octane but using Valet still works well. Thanks!
Released on https://github.com/yajra/laravel-datatables-buttons/releases/tag/v10.0.5 🚀 Thanks!
Currently, when using
FastExcelexports within Laravel Octane, a fatal error is produced on consecutive export requests:I think it should be completely safe and backwards compatible to use a variable for this scoped function instead of a named function.