Skip to content

Commit 4750b1c

Browse files
committed
cleanup
1 parent 4e55ebf commit 4750b1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/config/laravel-logger.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
|--------------------------------------------------------------------------
8484
*/
8585

86-
'logDBActivityLogFailuresToFile' => env('LARAVEL_LOGGER_LOG_RECORD_FAILURES_TO_FILE', true),
86+
'logDBActivityLogFailuresToFile' => env('LARAVEL_LOGGER_LOG_RECORD_FAILURES_TO_FILE', true),
8787

8888
/*
8989
|--------------------------------------------------------------------------
@@ -108,13 +108,13 @@
108108
'enableBladeJsPlacement' => env('LARAVEL_LOGGER_BLADE_JS_PLACEMENT_ENABLED', false),
109109

110110
// Bootstrap
111-
'enableBootstrapCssCDN' => env('LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_ENABLED', true),
112-
'bootstrapCssCDN' => env('LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_URL', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'),
111+
'enableBootstrapCssCDN' => env('LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_ENABLED', true),
112+
'bootstrapCssCDN' => env('LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_URL', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'),
113113
'enableBootstrapJsCDN' => env('LARAVEL_LOGGER_BOOTSTRAP_JS_CDN_ENABLED', true),
114114
'bootstrapJsCDN' => env('LARAVEL_LOGGER_BOOTSTRAP_JS_CDN_URL', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'),
115115

116116
// Font Awesome
117117
'enableFontAwesomeCDN' => env('LARAVEL_LOGGER_FONT_AWESOME_CDN_ENABLED', true),
118118
'fontAwesomeCDN' => env('LARAVEL_LOGGER_FONT_AWESOME_CDN_URL', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'),
119119

120-
];
120+
];

src/resources/lang/en/laravel-logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
|--------------------------------------------------------------------------
166166
*/
167167
'pagination' => [
168-
'countText' => 'Showing :firstItem - :lastItem of :total results <small>(:perPage per page)</small>',
168+
'countText' => 'Showing :firstItem - :lastItem of :total results <small>(:perPage per page)</small>',
169169
],
170170

171171
];

0 commit comments

Comments
 (0)