mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Fix Laravel Doctrine Service Provider #58

Closed memtoko closed 9 years ago

memtoko commented 10 years ago

Aliases the Doctrine\ORM\EntityManagerInterface to our service, instead bind as singleton it to Container. Remove provides methods because our service provider is not deferred service. That method is not necessary for non deferred service.