Skip to content

Commit 92a78ce

Browse files
committed
wip
1 parent a488974 commit 92a78ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Notifications/DatabaseNotification.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ class DatabaseNotification extends Model
4949
'read_at' => 'datetime',
5050
];
5151

52+
/**
53+
* The type of collection that should be used for the model.
54+
*/
5255
protected static string $collection = DatabaseNotificationCollection::class;
5356

5457
/**

0 commit comments

Comments
 (0)