X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/44330bdd24a7dca1c85ab2068d335f089d4cff6d..refs/pull/2303/head:/app/Exceptions/UserTokenExpiredException.php diff --git a/app/Exceptions/UserTokenExpiredException.php b/app/Exceptions/UserTokenExpiredException.php index 203e08c85..e19707457 100644 --- a/app/Exceptions/UserTokenExpiredException.php +++ b/app/Exceptions/UserTokenExpiredException.php @@ -1,6 +1,7 @@ userId = $userId; parent::__construct($message); } - - -} \ No newline at end of file +}