]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/Guards/ExternalBaseSessionGuard.php
Add checkbox on search page
[bookstack] / app / Auth / Access / Guards / ExternalBaseSessionGuard.php
index f3d05366d9544ee5dde9c1a17304199b83f834c7..9a0c691c8bbb272301c45bccbf6b7c3739554f84 100644 (file)
@@ -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
 {