]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/Guards/Saml2SessionGuard.php
Remove unnecessary changes
[bookstack] / app / Auth / Access / Guards / Saml2SessionGuard.php
index 4023913ed77bb47caac93d5dc0d84a6673be4f90..68683bb4368b61ac23769fdce2eeb1ed7e876497 100644 (file)
@@ -9,8 +9,6 @@ namespace BookStack\Auth\Access\Guards;
  * into the default laravel 'Guard' auth flow. Instead most of the logic is done
  * via the Saml2 controller & Saml2Service. This class provides a safer, thin
  * version of SessionGuard.
- *
- * @package BookStack\Auth\Access\Guards
  */
 class Saml2SessionGuard extends ExternalBaseSessionGuard
 {