@@ -8,7 +8,7 @@ |
||
8 | 8 | */ |
9 | 9 | trait BasicLogging { |
10 | 10 | |
11 | - /** |
|
11 | + /** |
|
12 | 12 | * The logger to user |
13 | 13 | * @var \Illuminate\Contracts\Logging\Log |
14 | 14 | */ |
@@ -41,9 +41,9 @@ discard block |
||
41 | 41 | | from users |
42 | 42 | | |
43 | 43 | */ |
44 | - 'list_id' => env('MAILCHIMP_LIST_ID', '123'), |
|
44 | + 'list_id' => env('MAILCHIMP_LIST_ID', '123'), |
|
45 | 45 | |
46 | - /* |
|
46 | + /* |
|
47 | 47 | |-------------------------------------------------------------------------- |
48 | 48 | | Log error level |
49 | 49 | |-------------------------------------------------------------------------- |
@@ -53,6 +53,6 @@ discard block |
||
53 | 53 | | error: only logs errors |
54 | 54 | | |
55 | 55 | */ |
56 | - 'log_level' => env('LARACHIMP_LOG_LEVEL', 'error'), // info, error |
|
56 | + 'log_level' => env('LARACHIMP_LOG_LEVEL', 'error'), // info, error |
|
57 | 57 | |
58 | 58 | ]; |
59 | 59 | \ No newline at end of file |