Skip to content

Commit e0584fc

Browse files
committed
ICL: Readme fixes.
1 parent b4627e9 commit e0584fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ This package is using [Monolog](https://packagist.org/packages/monolog/monolog)
122122
If needed, you may access the underlying Monolog instance in a two ways:
123123

124124
- Using `icLogger` command's method:
125+
125126
```php
126127
class Foo extends Command
127128
{
@@ -137,6 +138,7 @@ If needed, you may access the underlying Monolog instance in a two ways:
137138
```
138139
139140
- Through Laravel service container:
141+
140142
```php
141143
$log = $app('log.iclogger');
142144
```

0 commit comments

Comments
 (0)