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
Now every module will register in register method in BootstrapServiceProvider class 3bda872.
If you got error like class translator not found, move the registration namespaces of translation files and views from your module's start.php file to your module's service provider class in `boot method. You can follow this example. pingpongcms/pingpongcms@0f8d514. Also, dont forget to fix the language and views paths. pingpongcms/pingpongcms@c54cfdb