File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 167167 | Please note that the 'upload_max_filesize' & 'post_max_size'
168168 | directives are not supported.
169169 */
170-
171170 'php_ini_overrides ' => [
172171 'memory_limit ' => '256M '
173172 ]
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ public function __construct()
1616 {
1717 $ this ->applyIniOverrides ();
1818
19- if (!$ this ->isProcessingImages () && !$ this ->isProcessingFiles ()) {
20- throw new \Exception ('unexpected type parameter ' );
21- }
2219 }
2320
2421 /**
Original file line number Diff line number Diff line change @@ -383,7 +383,6 @@ public function allowShareFolder()
383383
384384 return config ('lfm.allow_share_folder ' ) === true ;
385385 }
386-
387386
388387 /**
389388 * Overrides settings in php.ini.
You can’t perform that action at this time.
0 commit comments