BloomFeed Addons v0.22

This commit is contained in:
Esteban
2026-07-04 20:22:16 +02:00
parent c4d1308497
commit d58f2195f5
22 changed files with 832 additions and 7 deletions
+5
View File
@@ -23,6 +23,11 @@ class User extends Authenticatable
return $this->hasMany(Feed::class);
}
public function notifiers(): HasMany
{
return $this->hasMany(Notifier::class);
}
/**
* Get the attributes that should be cast.
*