mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
109 stars 45 forks source link

Depend on MyBB\Auth\Contracts\Guard everywhere #54

Closed wpillar closed 9 years ago

wpillar commented 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.

This PR does just that for every dependency on the parent in the app/ folder.

euantorano commented 9 years ago

Thanks!