X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8c16b15a9f945b72d2ca4fe0c0172ba422199bc..refs/pull/2511/head:/app/Auth/Access/Guards/ExternalBaseSessionGuard.php diff --git a/app/Auth/Access/Guards/ExternalBaseSessionGuard.php b/app/Auth/Access/Guards/ExternalBaseSessionGuard.php index f3d05366d..9a0c691c8 100644 --- a/app/Auth/Access/Guards/ExternalBaseSessionGuard.php +++ b/app/Auth/Access/Guards/ExternalBaseSessionGuard.php @@ -15,8 +15,6 @@ use Illuminate\Contracts\Session\Session; * guard with 'remember' functionality removed. Basic auth and event emission * has also been removed to keep this simple. Designed to be extended by external * Auth Guards. - * - * @package Illuminate\Auth */ class ExternalBaseSessionGuard implements StatefulGuard {