Skip to content

Commit a40171d

Browse files
committed
fix typo
1 parent 4bf2960 commit a40171d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lfm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function currentLfmType()
7474
$lfm_type = 'file';
7575

7676
$request_type = lcfirst(str_singular($this->input('type') ?: ''));
77-
$available_types = array_keys($this->config->get('lfm.folder_categories'), []);
77+
$available_types = array_keys($this->config->get('lfm.folder_categories', []));
7878

7979
if (in_array($request_type, $available_types)) {
8080
$lfm_type = $request_type;

0 commit comments

Comments
 (0)