dazzz1er / confer

Easy real-time chat for laravel 5 based websites and applications
133 stars 47 forks source link

changing bindShared() to singleton() #18

Closed frsechet closed 8 years ago

frsechet commented 8 years ago

bindShared has been renamed to $app->singleton(), which resulted in error: [Symfony\Component\Debug\Exception\FatalErrorException] Call to undefined method Illuminate\Foundation\Application::bindShared()

(might be only a 5.1+ issue - see https://laravel.com/docs/5.1/upgrade)

dazzz1er commented 8 years ago

Hi @frsechet thanks for the pull request!

As you have noted this is a L5.1 issue only, and as such merging will break L5.0 functionality.

I will be at some point creating a L5.1 compatible branch (and an L5.2).