]> BookStack Code Mirror - bookstack/blobdiff - app/Uploads/UserAvatars.php
Extend /users API endpoint
[bookstack] / app / Uploads / UserAvatars.php
index 92b06bc8a04ccfd5cacadf2afb0e4681187d568e..f1509bbb8079b163f9ce15b035adf430622a8fc9 100644 (file)
@@ -3,6 +3,7 @@
 use BookStack\Auth\User;
 use BookStack\Exceptions\HttpFetchException;
 use Exception;
+use Illuminate\Support\Facades\Log;
 
 class UserAvatars
 {
@@ -96,5 +97,4 @@ class UserAvatars
 
         return $url;
     }
-
-}
\ No newline at end of file
+}