1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added test case for avatar failed fetch

Fixed non-imported log issue while there.
For #2449
This commit is contained in:
Dan Brown
2021-01-10 13:29:13 +00:00
parent 526be33ab2
commit e5a96b0cb0
2 changed files with 23 additions and 5 deletions

View File

@ -3,6 +3,7 @@
use BookStack\Auth\User;
use BookStack\Exceptions\HttpFetchException;
use Exception;
use Illuminate\Support\Facades\Log;
class UserAvatars
{