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 3925082 commit 732eed3Copy full SHA for 732eed3
src/controllers/RenameController.php
@@ -28,7 +28,7 @@ public function getRename()
28
29
if (config('lfm.alphanumeric_directory') && preg_match('/[^\w-]/i', $new_name)) {
30
return parent::error('folder-alnum');
31
- // return parent::error('file-alnum');
+ // return parent::error('file-alnum');
32
} elseif ($this->lfm->setName($new_name)->exists()) {
33
return parent::error('rename');
34
}
0 commit comments