Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcrampton authored Feb 10, 2020
1 parent bfb1a0c commit 260c44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Laravel logs to database table via custom Monolog channel + Eloquent model.

```'channels' => [
'database' => [
'driver' => 'custom'
'driver' => 'custom',
'via' => \AdamCrampton\LaravelDatabaseLogger\Services\LogMonoLog::class
]
]
Expand Down

0 comments on commit 260c44e

Please sign in to comment.