Skip to content

Commit 5810f76

Browse files
committed
style: remove redundant space
1 parent 6c8306d commit 5810f76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Lfm.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function availableMimeTypes()
162162
{
163163
return $this->config->get('lfm.folder_categories.' . $this->currentLfmType() . '.valid_mime');
164164
}
165-
165+
166166
public function shouldCreateCategoryThumb()
167167
{
168168
return $this->config->get('lfm.folder_categories.' . $this->currentLfmType() . '.thumb');
@@ -289,7 +289,6 @@ public static function routes()
289289
$namespace = '\\UniSharp\\LaravelFilemanager\\Controllers\\';
290290

291291
Route::group(compact('middleware', 'as', 'namespace'), function () {
292-
293292
// display main layout
294293
Route::get('/', [
295294
'uses' => 'LfmController@show',

0 commit comments

Comments
 (0)