File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 |--------------------------------------------------------------------------
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+ ];
Original file line number Diff line number Diff line change 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];
You can’t perform that action at this time.
0 commit comments