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
Hi, Ben Sampo,
First of all your project is extremely interesting and has helped me a lot. It works perfectly fine but now my company in doing a lot into coding structure and reducing the technical debt.
Now the problem arise in Livewire, that in the boot() function, I am using Dependency Injection, but when I do it with Enum it gives me error:
Code:
Error
Can you please let me know how can I resolve this? I have checked your instantiation code but it doesn't tell what to do in case of dependency Injection????
The text was updated successfully, but these errors were encountered:
Hi, Ben Sampo,
First of all your project is extremely interesting and has helped me a lot. It works perfectly fine but now my company in doing a lot into coding structure and reducing the technical debt.
Now the problem arise in Livewire, that in the boot() function, I am using Dependency Injection, but when I do it with Enum it gives me error:
Code:
![image](https://private-user-images.githubusercontent.com/43144366/380539412-58120c15-2283-4eb3-b5ad-60fb81bc9cab.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzUzNTQsIm5iZiI6MTczOTY3NTA1NCwicGF0aCI6Ii80MzE0NDM2Ni8zODA1Mzk0MTItNTgxMjBjMTUtMjI4My00ZWIzLWI1YWQtNjBmYjgxYmM5Y2FiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzMDQxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNmNTRhMzQwMWY1YWY1ZjRmYTkyMTg0NjQzYjFlM2FlODdmZjRkNmVhZTc5MWJjZjQ4OGY0MzYxNzA5MDFmMjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qUdTmbFBpJzhHQRQylMvoyNGuxeQ6b5-8rXDdxljqx4)
Error
![image](https://private-user-images.githubusercontent.com/43144366/380539436-deb3bb22-4313-4738-87d9-6f33a0d999da.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzUzNTQsIm5iZiI6MTczOTY3NTA1NCwicGF0aCI6Ii80MzE0NDM2Ni8zODA1Mzk0MzYtZGViM2JiMjItNDMxMy00NzM4LTg3ZDktNmYzM2EwZDk5OWRhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzMDQxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcwMGM2ZjdlNzgwNWU0NmNkODc0Zjg4MDA1NzM5YWY1ZDEyNjQ1MTkwOTliYjM1N2ZiOWRjMzRmODNjYTBmZmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.AyNWuiIShGKPUImOsV4LsTlLmssFV58gXU3yHyqg0-Y)
Can you please let me know how can I resolve this? I have checked your instantiation code but it doesn't tell what to do in case of dependency Injection????
The text was updated successfully, but these errors were encountered: