ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Update MultiManager.php #59

Closed pvdptje closed 9 years ago

pvdptje commented 9 years ago

When using automatic resolution instead of facades, the ioc container won't be able to find the $app depency when there's no namespace.

crgeary commented 9 years ago

+1 .. Hate using facades, would much prefer to inject the class.