again i have a problem with my first symfony project. I'll try to install SonataMediaBundle. I have install SonataAdminBundle and it works fine. I do everythink with that instruction https://sonata-project.org/bundles/media/3-x/doc/reference/installation.html but in point when i need to add line to AppKernel
new Application\Sonata\MediaBundle\ApplicationSonataMediaBundle(),
When try to update my database schema i have an error:
Uncaught ClassNotFoundException Ateempted to load class "ApplicationSonataMediaBundle" from namepace "Application\Sonata\MediaBundle". Did you forget to use statement for another namespace? In my project/src i have AppBundle and Application directory. Why i have this error? and MediaBundle need ClassificationBundle to work property?