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 7091771 commit 0eeea25Copy full SHA for 0eeea25
src/LfmPath.php
@@ -289,7 +289,6 @@ private function getNewName($file)
289
$counter = 1;
290
$file_name_without_extentions = $new_file_name;
291
while ($this->setName(($extension) ? $new_file_name_with_extention : $new_file_name)->exists()) {
292
-
293
if (config('lfm.alphanumeric_filename') === true) {
294
$suffix = '_'.$counter;
295
} else {
0 commit comments