Hi, I started using view cells, which is really nice. I have the logic in App\Controllers and it works like a charm. Now I want to move them to App\Controllers\ViewCells folder, but I get an error.
"Unable to locate view cell class: \App\Controllers\ViewCells\DialogSound."
Any idea on how to solve this? Controllers seems to be the place for them since they inherit the basecontroller as well. They need some data.