1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +03:00

Updated user avatar reset to clear relation id in database

Added test to cover.
For #3977
This commit is contained in:
Dan Brown
2023-01-26 17:15:09 +00:00
parent 811be3a36a
commit 03ad288aaa
3 changed files with 35 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
namespace Tests\Settings;
use Illuminate\Support\Facades\Storage;
use Tests\TestCase;
use Tests\Uploads\UsesImages;