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 2281f1c commit 3399942Copy full SHA for 3399942
src/Facades/Notification.php
@@ -8,6 +8,7 @@
8
* @method static static title(string $title)
9
* @method static static event(string $event)
10
* @method static static message(string $body)
11
+ * @method static static reference(string $reference)
12
* @method static void show()
13
*/
14
class Notification extends Facade
src/Notification.php
@@ -6,7 +6,7 @@
6
7
class Notification
{
- protected ?string $reference = null;
+ public ?string $reference = null;
protected string $title;
0 commit comments