Skip to content

Commit 883401b

Browse files
committed
ICL: Readme fixes.
1 parent 5e3bda9 commit 883401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class Foo extends Command
218218
protected function getNotificationDbCallback()
219219
{
220220
return function (array $record) {
221-
MyNotification::create([
221+
MyCustomNotification::create([
222222
'entity' => 'some-additional-data',
223223
'level' => $record['level'],
224224
'level_name' => $record['level_name'],

0 commit comments

Comments
 (0)