Skip to content

Commit 3399942

Browse files
committed
Make reference public
1 parent 2281f1c commit 3399942

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Facades/Notification.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @method static static title(string $title)
99
* @method static static event(string $event)
1010
* @method static static message(string $body)
11+
* @method static static reference(string $reference)
1112
* @method static void show()
1213
*/
1314
class Notification extends Facade

src/Notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Notification
88
{
9-
protected ?string $reference = null;
9+
public ?string $reference = null;
1010

1111
protected string $title;
1212

0 commit comments

Comments
 (0)