Inyect services
#1740
Replies: 1 comment 1 reply
-
If you're using Services in that way, then it'd be smoother to singleton it! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I usually use Services and I inyected them in Livewire as following:
` private CompanyService $companyService;
private DepartmentService $departmentService;
private RoleService $roleService;
`
How can I do it in the TableComponent?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions