added AdminBonusAddedNotification.php and InsufficientBalanceNotification.php

This commit is contained in:
Čarodej
2022-03-16 11:45:08 +01:00
parent bc197cbb5e
commit 1d1e6823c7
17 changed files with 128 additions and 31 deletions

View File

@@ -152,7 +152,7 @@ class UserAccountTest extends TestCase
'type' => 'user',
'attributes' => [
'avatar' => null,
'color' => $user->settings->color,
'color' => $user->settings->color,
'email' => $user->email,
'role' => $user->role,
'socialite_account' => false,