verbesserung von benachrichtungen und warnungen an nutzer abgeschlossen. layout editor nun auf gutem stand.
This commit is contained in:
@@ -71,6 +71,11 @@ class Tenant extends Model
|
||||
return $this->hasOne(TenantPackage::class)->where('active', true);
|
||||
}
|
||||
|
||||
public function notificationLogs(): HasMany
|
||||
{
|
||||
return $this->hasMany(TenantNotificationLog::class);
|
||||
}
|
||||
|
||||
public function canCreateEvent(): bool
|
||||
{
|
||||
return $this->hasEventAllowance();
|
||||
|
||||
Reference in New Issue
Block a user