We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0584fc commit 5ad6eeaCopy full SHA for 5ad6eea
README.md
@@ -121,8 +121,7 @@ In progress...
121
This package is using [Monolog](https://packagist.org/packages/monolog/monolog) logging library with all of it's power.
122
If needed, you may access the underlying Monolog instance in a two ways:
123
124
- - Using `icLogger` command's method:
125
-
+- Using `icLogger` command's method:
126
```php
127
class Foo extends Command
128
{
@@ -137,8 +136,7 @@ If needed, you may access the underlying Monolog instance in a two ways:
137
136
}
138
```
139
140
- - Through Laravel service container:
141
+- Through Laravel service container:
142
143
$log = $app('log.iclogger');
144
0 commit comments