1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Fixed issue where default user was over-fetched

This commit is contained in:
Dan Brown
2017-01-01 17:33:06 +00:00
parent 241278226f
commit bab27462ab
2 changed files with 7 additions and 10 deletions

View File

@ -4,8 +4,6 @@ namespace BookStack\Http\Middleware;
use Closure;
use Illuminate\Contracts\Auth\Guard;
use BookStack\Exceptions\UserRegistrationException;
use Setting;
class Authenticate
{