Skip to content

Commit 9cfe0e4

Browse files
authored
Merge pull request #31 from jeremykenedy/analysis-X0ZMxx
Apply fixes from StyleCI
2 parents e907f3f + cd2a47e commit 9cfe0e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/laravel-logger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
'loggerBladeExtended' => env('LARAVEL_LOGGER_LAYOUT', 'layouts.app'),
105105

106106
// Switch Between bootstrap 3 `panel` and bootstrap 4 `card` classes
107-
'bootstapVersion' => env('LARAVEL_LOGGER_BOOTSTRAP_VERSION', '4'),
107+
'bootstapVersion' => env('LARAVEL_LOGGER_BOOTSTRAP_VERSION', '4'),
108108

109109
// Additional Card classes for styling -
110110
// See: https://getbootstrap.com/docs/4.0/components/card/#background-and-color
@@ -138,4 +138,4 @@
138138
'enableFontAwesomeCDN' => env('LARAVEL_LOGGER_FONT_AWESOME_CDN_ENABLED', true),
139139
'fontAwesomeCDN' => env('LARAVEL_LOGGER_FONT_AWESOME_CDN_URL', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'),
140140

141-
];
141+
];

0 commit comments

Comments
 (0)