X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ae95d0a239cf5f7406f6af7e2b25fd5be94a8ad0..refs/pull/139/head:/app/Http/Kernel.php diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 9f3444c88..a1f2a581f 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -1,6 +1,6 @@ \Oxbow\Http\Middleware\Authenticate::class, + 'auth' => \BookStack\Http\Middleware\Authenticate::class, 'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class, - 'guest' => \Oxbow\Http\Middleware\RedirectIfAuthenticated::class, - 'perm' => \Oxbow\Http\Middleware\PermissionMiddleware::class + 'guest' => \BookStack\Http\Middleware\RedirectIfAuthenticated::class, + 'perm' => \BookStack\Http\Middleware\PermissionMiddleware::class ]; }