X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/aea5319256b0bb0729f651b7fbcb99b22c631182..refs/pull/2274/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 +}