ITADN

Fix rename componet by component vars that give nil error

#29Pull Requestadrian13val 创建于 2024-10-01
A
adrian13valcommented
This fix the error in return of functions: - laravel_view - livewire_component - package_component The keys that were being retrieved from the table were returning an incorrect key name, specifically 'componet' instead of the expected 'component' which gave a nil error when trying to find the view file ![image](https://github.com/user-attachments/assets/86e8cd30-99c8-4760-bd54-8a35fd162389) Additionally, the name of the global variable for custom components was corrected, as it incorrectly read 'componet' instead of the correct 'component'
合并状态:未合并 关闭于 2024-10-01 1 条评论