Skip to content

Commit 260c44e

Browse files
authored
Update README.md
1 parent bfb1a0c commit 260c44e

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
@@ -9,7 +9,7 @@ Laravel logs to database table via custom Monolog channel + Eloquent model.
99

1010
```'channels' => [
1111
'database' => [
12-
'driver' => 'custom'
12+
'driver' => 'custom',
1313
'via' => \AdamCrampton\LaravelDatabaseLogger\Services\LogMonoLog::class
1414
]
1515
]

0 commit comments

Comments
 (0)