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 5e3bda9 commit 883401bCopy full SHA for 883401b
README.md
@@ -218,7 +218,7 @@ class Foo extends Command
218
protected function getNotificationDbCallback()
219
{
220
return function (array $record) {
221
- MyNotification::create([
+ MyCustomNotification::create([
222
'entity' => 'some-additional-data',
223
'level' => $record['level'],
224
'level_name' => $record['level_name'],
0 commit comments