fix: team error

This commit is contained in:
Andras Bacsai
2023-09-15 17:30:26 +02:00
parent e17ff99c5b
commit 4b2ffb456f
7 changed files with 13 additions and 5 deletions

View File

@@ -21,9 +21,9 @@ class Team extends Model implements SendsDiscord, SendsEmail
protected static function booted()
{
static::saved(function () {
refreshSession();
});
// static::saved(function () {
// refreshSession();
// });
}
public function routeNotificationForDiscord()