File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 'files_dir ' => 'public/vendor/laravel-filemanager/files/ ' ,
1010 'files_url ' => '/vendor/laravel-filemanager/files/ ' ,
1111
12- 'type_array ' => [
12+ 'file_type_array ' => [
1313 "pdf " => "Adobe Acrobat " ,
1414 "docx " => "Microsoft Word " ,
1515 "docx " => "Microsoft Word " ,
2424 "pptx " => 'Microsoft PowerPoint ' ,
2525 ],
2626
27- 'icon_array ' => [
27+ 'file_icon_array ' => [
2828 "pdf " => "fa-file-pdf-o " ,
2929 "docx " => "fa-file-word-o " ,
3030 "docx " => "fa-file-word-o " ,
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ public function getFiles()
6060 }
6161
6262 $ file_info = [];
63- $ icon_array = Config::get ('lfm.icon_array ' );
64- $ type_array = Config::get ('lfm.type_array ' );
63+ $ icon_array = Config::get ('lfm.file_icon_array ' );
64+ $ type_array = Config::get ('lfm.file_type_array ' );
6565
6666 foreach ($ files as $ file )
6767 {
You can’t perform that action at this time.
0 commit comments