diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-26 22:55:56 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-26 22:55:56 -0400 |
commit | 1936a74cb3affef4f439c695d7e3c9eacc5a9aae (patch) | |
tree | a080d8e0cdc77bf9fb1c88f870edc889e0fe0b07 /app/Api/Base.php | |
parent | 36bdcf193b6d54eefe27f58689c44953715a4dad (diff) |
Update JsonRPC library
Diffstat (limited to 'app/Api/Base.php')
-rw-r--r-- | app/Api/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Api/Base.php b/app/Api/Base.php index 2cc62da8..ea817f7d 100644 --- a/app/Api/Base.php +++ b/app/Api/Base.php @@ -2,7 +2,7 @@ namespace Kanboard\Api; -use JsonRPC\AccessDeniedException; +use JsonRPC\Exception\AccessDeniedException; /** * Base class |