Skip to content

Commit 53ba617

Browse files
committed
ICL: Readme fixes.
1 parent 883401b commit 53ba617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,12 @@ class Foo extends Command
219219
{
220220
return function (array $record) {
221221
MyCustomNotification::create([
222-
'entity' => 'some-additional-data',
223222
'level' => $record['level'],
224223
'level_name' => $record['level_name'],
225224
'message' => $record['message'],
226225
'context' => get_dump($record['context']),
226+
'bar' => 'some-additional-data',
227+
'baz' => 'more-additional-data',
227228
]);
228229
};
229230
}

0 commit comments

Comments
 (0)