We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3fb99 commit e7a2d6bCopy full SHA for e7a2d6b
resources/views/docs/desktop/1/the-basics/notifications.md
@@ -63,7 +63,7 @@ Notification::title('Hello from NativePHP')
63
64
You can access the `$reference` property of a notification after it has been created:
65
66
-```
+```php
67
$notification = Notification::title('Hello from NativePHP')->show();
68
69
$notification->reference;
0 commit comments