xmon / SonataMediaProviderVideoBundle

This bundle extends providers Sonata Media Bundle, creates a new provider for uploading videos and use FFmpeg
MIT License
2 stars 16 forks source link

Change em to entityManager #11

Open Filoz opened 7 years ago

Filoz commented 7 years ago

protected $entityManager; was declared but $this->em was used... I changed it to use $this->entityManager instead