We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a488974 commit 92a78ceCopy full SHA for 92a78ce
src/Illuminate/Notifications/DatabaseNotification.php
@@ -49,6 +49,9 @@ class DatabaseNotification extends Model
49
'read_at' => 'datetime',
50
];
51
52
+ /**
53
+ * The type of collection that should be used for the model.
54
+ */
55
protected static string $collection = DatabaseNotificationCollection::class;
56
57
/**
0 commit comments