Skip to content

Commit 0eeea25

Browse files
committed
mend
1 parent 7091771 commit 0eeea25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LfmPath.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ private function getNewName($file)
289289
$counter = 1;
290290
$file_name_without_extentions = $new_file_name;
291291
while ($this->setName(($extension) ? $new_file_name_with_extention : $new_file_name)->exists()) {
292-
293292
if (config('lfm.alphanumeric_filename') === true) {
294293
$suffix = '_'.$counter;
295294
} else {

0 commit comments

Comments
 (0)