Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Jun 22, 2020
1 parent 97a288c commit a34f4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ Add a new channel in file `config/logging.php` or modify an existing one using o

1.
```php
use Helldar\LaravelLoggerChannels\Loggers\ProcessesRotation;
use Helldar\LaravelLoggerChannels\Loggers\ProcessesRotation\ProcessIDChannel;

return [
'channels' => [
'your_channel' => ProcessesRotation::get(
'your_channel' => ProcessIDChannel::get(
storage_path('logs/your-filename.log')
)
]
Expand Down

0 comments on commit a34f4ce

Please sign in to comment.