We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8306d commit 5810f76Copy full SHA for 5810f76
src/Lfm.php
@@ -162,7 +162,7 @@ public function availableMimeTypes()
162
{
163
return $this->config->get('lfm.folder_categories.' . $this->currentLfmType() . '.valid_mime');
164
}
165
-
+
166
public function shouldCreateCategoryThumb()
167
168
return $this->config->get('lfm.folder_categories.' . $this->currentLfmType() . '.thumb');
@@ -289,7 +289,6 @@ public static function routes()
289
$namespace = '\\UniSharp\\LaravelFilemanager\\Controllers\\';
290
291
Route::group(compact('middleware', 'as', 'namespace'), function () {
292
293
// display main layout
294
Route::get('/', [
295
'uses' => 'LfmController@show',
0 commit comments