Skip to content

Commit cd2a47e

Browse files
jeremykenedyStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent e907f3f commit cd2a47e

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)