Skip to content

Commit e7a2d6b

Browse files
authored
Add code block language
1 parent bc3fb99 commit e7a2d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs/desktop/1/the-basics/notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Notification::title('Hello from NativePHP')
6363

6464
You can access the `$reference` property of a notification after it has been created:
6565

66-
```
66+
```php
6767
$notification = Notification::title('Hello from NativePHP')->show();
6868

6969
$notification->reference;

0 commit comments

Comments
 (0)