Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/apis/core/message/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Once your `messages.php` is complete you need to increase the version number of
```php title="The default processor can be set using an element of the array"
'mynotification' => [
'defaults' => [
'pop-up' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'email' => MESSAGE_PERMITTED,
],
],
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.5/apis/core/message/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Once your `messages.php` is complete you need to increase the version number of
```php title="The default processor can be set using an element of the array"
'mynotification' => [
'defaults' => [
'pop-up' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'email' => MESSAGE_PERMITTED,
],
],
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-5.0/apis/core/message/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Once your `messages.php` is complete you need to increase the version number of
```php title="The default processor can be set using an element of the array"
'mynotification' => [
'defaults' => [
'pop-up' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'email' => MESSAGE_PERMITTED,
],
],
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-5.1/apis/core/message/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Once your `messages.php` is complete you need to increase the version number of
```php title="The default processor can be set using an element of the array"
'mynotification' => [
'defaults' => [
'pop-up' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'email' => MESSAGE_PERMITTED,
],
],
Expand Down
Loading