Closed wpillar closed 9 years ago
We had a discussion a little while ago where we agreed to depend on MyBB\Auth\Contracts\Guard everywhere rather than the parent Illuminate\Contracts\Auth\Guard.
MyBB\Auth\Contracts\Guard
Illuminate\Contracts\Auth\Guard
This PR does just that for every dependency on the parent in the app/ folder.
app/
Thanks!
We had a discussion a little while ago where we agreed to depend on
MyBB\Auth\Contracts\Guard
everywhere rather than the parentIlluminate\Contracts\Auth\Guard
.This PR does just that for every dependency on the parent in the
app/
folder.