Fix rename componet by component vars that give nil error
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

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 条评论