update: user notifications

This commit is contained in:
Roardom
2022-12-30 18:07:24 -06:00
parent aaf9c1e4f4
commit 764952a3fe
10 changed files with 726 additions and 1261 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class UserNotification extends Model
*/
public function getExpectedGroupsAttribute(): array
{
return ['default_groups' => ['1' => 0]];
return [];
}
/**