1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Updated composer deps, applied StyleCI changes

This commit is contained in:
Dan Brown
2022-07-27 11:07:41 +01:00
parent 4fa73be80e
commit 0bb5654f80
5 changed files with 52 additions and 55 deletions

View File

@ -86,7 +86,7 @@ class AvatarTest extends TestCase
{
config()->set([
'services.disable_services' => false,
'services.avatar_url' => false,
'services.avatar_url' => false,
]);
$user = User::factory()->make();