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