removed _id in model file #145

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-27 06:33:01 +00:00
Showing only changes of commit 06628072dc - Show all commits

View File

@@ -68,6 +68,6 @@ class User extends Authenticatable implements FilamentUser
public function pushSubscriptions()
{
return $this->morphMany(PushSubscription::class, 'subscribable_id');
return $this->morphMany(PushSubscription::class, 'subscribable');
}
}