Skip to content

Commit f5123da

Browse files
author
gwleuverink
committed
removed some additions that are no longer used
1 parent 7cd3a22 commit f5123da

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/config/lfm.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@
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
]

src/controllers/LfmController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

src/traits/LfmHelpers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)